Html Css Color HEX #30BBA8 Light Sea Green

📋 copy color: '#30BBA8'

red 48 ◦ green 187 ◦ blue 168

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

Shades of Light Sea Green #30BBA8

Tints of Light Sea Green #30BBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.69%

R = 11.91%
G = 46.4%
B = 41.69%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#30BBA8 (or 0x30BBA8) is known color: Light Sea Green. HEX triplet: 30, BB and A8. RGB value is (48,187,168). Sum of RGB (Red+Green+Blue) = 48+187+168=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 168 (66.02% from 255 or 41.69% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #30BBA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30BBA8 is #CF4457. Grayscale: #8F8F8F. Windows color (decimal): -13583448 or 11057968. OLE color: 11057968.

HSL color Cylindrical-coordinate representation of color #30BBA8: hue angle of 171.8º 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 #30BBA8 is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 187 168 -
CMYK 0.74 0 0.10 0.27
HSL 171.8º 0.59% 0.46% -
HSV(B) 171.8º 0.74% 0.73% -
XYZ 26.06 39 43.2 -
YUV 143.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 48 187 168 0.74 0 0.10 0.27 171.8 0.59 0.46
Hex 30 BB A8 4A 0 A 1B AC 3B 2E
Octal 60 273 250 112 0 12 33 254 73 56
Binary 110000 10111011 10101000 1001010 0 1010 11011 10101100 111011 101110

Color Harmonies of #30BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30BBA8

Black with #30BBA8

Text Example


Text Example

White with #30BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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