Html Css Color HEX #30ABA8 Light Sea Green

📋 copy color: '#30ABA8'

red 48 ◦ green 171 ◦ blue 168

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

Shades of Light Sea Green #30ABA8

Tints of Light Sea Green #30ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

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

R = 12.4%
G = 44.19%
B = 43.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#30ABA8 (or 0x30ABA8) is known color: Light Sea Green. HEX triplet: 30, AB and A8. RGB value is (48,171,168). Sum of RGB (Red+Green+Blue) = 48+171+168=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #30ABA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30ABA8 is #CF5457. Grayscale: #858585. Windows color (decimal): -13587544 or 11053872. OLE color: 11053872.

HSL color Cylindrical-coordinate representation of color #30ABA8: hue angle of 178.54º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30ABA8 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 171 168 -
CMYK 0.72 0 0.02 0.33
HSL 178.54º 0.56% 0.43% -
HSV(B) 178.54º 0.72% 0.67% -
XYZ 22.85 32.58 42.13 -
YUV 133.88 147.25 66.74 -
System Red Green Blue C M Y K H S L
Decimal 48 171 168 0.72 0 0.02 0.33 178.54 0.56 0.43
Hex 30 AB A8 48 0 2 21 B3 38 2B
Octal 60 253 250 110 0 2 41 263 70 53
Binary 110000 10101011 10101000 1001000 0 10 100001 10110011 111000 101011

Color Harmonies of #30ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30ABA8

Black with #30ABA8

Text Example


Text Example

White with #30ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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