#30B7B1

Color #30B7B1 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #30B7B1

Tints of Light Sea Green #30B7B1

Color information

#30B7B1 (or 0x30B7B1) is unknown color: approx Light Sea Green. HEX triplet: 30, B7 and B1. RGB value is (48,183,177). Sum of RGB (Red+Green+Blue) = 48+183+177=408 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.76% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #30B7B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30B7B1 is #CF484E. Grayscale: #8D8D8D. Windows color (decimal): -13584463 or 11646768. OLE color: 11646768.

HSL color Cylindrical-coordinate representation of color #30B7B1: hue angle of 177.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30B7B1 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB48183177-
CMYK0.7400.030.28
HSL177.33º58.44%45.29%-
HSV(B)177.33º73.77%71.76%-
XYZ26.0937.6747.49-
YUV141.95147.7760.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 11.76%
GREEN value IS 183 (71.88% from 255) = 44.85%
BLUE value IS 177 (69.53% from 255) = 43.38%
R=11.76%
G=44.85%
B=43.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal481831770.7400.030.28177.3358.4445.29
Hex30B7B14A031Cb13a2d
Octal6026726111203342617255
Binary110000101101111011000110010100111110010110001111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30B7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30B7B1; }

 p { color: rgb(48,183,177); }

 H1.HeaderClassName
 {
   color: #30B7B1;
 }
 .AnyTagClassName
 {
   color: #30B7B1;
 }
</style>
background-color css

<style>
 a { background-color: #30B7B1; }

 a { background-color: rgb(48,183,177); }

 div.DivClassName
 {
   background-color: #30B7B1;
 }
 .BgClassName
 {
   background-color: #30B7B1;
 }
</style>
border-color css

<style>
 span { border-color: #30B7B1; }

 span { border-color: rgb(48,183,177); }

 td.TdClassName
 {
   border-color: #30B7B1;
 }
 .TagClassName
 {
   border-color: #30B7B1;
 }
</style>