Html Css Color HEX #30BBA2 Light Sea Green

📋 copy color: '#30BBA2'

red 48 ◦ green 187 ◦ blue 162

#30BBA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #30BBA2

Tints of Light Sea Green #30BBA2

RGB

 RED value IS 48 (19.14% from 255) = 12.09%

 GREEN value IS 187 (73.44% from 255) = 47.1%

 BLUE value IS 162 (63.67% from 255) = 40.81%

R = 12.09%
G = 47.1%
B = 40.81%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#30BBA2 (or 0x30BBA2) is known color: Light Sea Green. HEX triplet: 30, BB and A2. RGB value is (48,187,162). Sum of RGB (Red+Green+Blue) = 48+187+162=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBA2 is #CF445D. Grayscale: #8E8E8E. Windows color (decimal): -13583454 or 10664752. OLE color: 10664752.

HSL color Cylindrical-coordinate representation of color #30BBA2: hue angle of 169.21º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #30BBA2 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 187 162 -
CMYK 0.74 0 0.13 0.27
HSL 169.21º 0.59% 0.46% -
HSV(B) 169.21º 0.74% 0.73% -
XYZ 25.51 38.78 40.32 -
YUV 142.59 138.95 60.53 -
System Red Green Blue C M Y K H S L
Decimal 48 187 162 0.74 0 0.13 0.27 169.21 0.59 0.46
Hex 30 BB A2 4A 0 D 1B A9 3B 2E
Octal 60 273 242 112 0 15 33 251 73 56
Binary 110000 10111011 10100010 1001010 0 1101 11011 10101001 111011 101110

Color Harmonies of #30BBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBA2

Black with #30BBA2

Text Example


Text Example

White with #30BBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,187,162); }

 H1.HeaderClassName
 {
   color: #30BBA2;
 }
 .AnyTagClassName
 {
   color: #30BBA2;
 }
</style>

background-color css

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

 a { background-color: rgb(48,187,162); }

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

border-color css

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

 span { border-color: rgb(48,187,162); }

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