Html Css Color HEX #30C0AB Light Sea Green

📋 copy color: '#30C0AB'

red 48 ◦ green 192 ◦ blue 171

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

Shades of Light Sea Green #30C0AB

Tints of Light Sea Green #30C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.72%

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 11.68%
G = 46.72%
B = 41.61%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#30C0AB (or 0x30C0AB) is known color: Light Sea Green. HEX triplet: 30, C0 and AB. RGB value is (48,192,171). Sum of RGB (Red+Green+Blue) = 48+192+171=411 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.68% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #30C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30C0AB is #CF3F54. Grayscale: #929292. Windows color (decimal): -13582165 or 11255856. OLE color: 11255856.

HSL color Cylindrical-coordinate representation of color #30C0AB: hue angle of 171.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C0AB is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 48 192 171 -
CMYK 0.75 0 0.11 0.25
HSL 171.25º 0.6% 0.47% -
HSV(B) 171.25º 0.75% 0.75% -
XYZ 27.42 41.27 45.05 -
YUV 146.55 141.79 57.71 -
System Red Green Blue C M Y K H S L
Decimal 48 192 171 0.75 0 0.11 0.25 171.25 0.6 0.47
Hex 30 C0 AB 4B 0 B 19 AB 3C 2F
Octal 60 300 253 113 0 13 31 253 74 57
Binary 110000 11000000 10101011 1001011 0 1011 11001 10101011 111100 101111

Color Harmonies of #30C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30C0AB

Black with #30C0AB

Text Example


Text Example

White with #30C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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