Html Css Color HEX #14CBB2 Light Sea Green

📋 copy color: '#14CBB2'

red 20 ◦ green 203 ◦ blue 178

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

Shades of Light Sea Green #14CBB2

Tints of Light Sea Green #14CBB2

RGB

 RED value IS 20 (8.2% from 255) = 4.99%

 GREEN value IS 203 (79.69% from 255) = 50.62%

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 4.99%
G = 50.62%
B = 44.39%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#14CBB2 (or 0x14CBB2) is known color: Light Sea Green. HEX triplet: 14, CB and B2. RGB value is (20,203,178). Sum of RGB (Red+Green+Blue) = 20+203+178=401 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.99% from 401); Green value is 203 (79.69% from 255 or 50.62% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CBB2 is #EB344D. Grayscale: #919191. Windows color (decimal): -15414350 or 11717396. OLE color: 11717396.

HSL color Cylindrical-coordinate representation of color #14CBB2: hue angle of 171.8º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14CBB2 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 178 -
CMYK 0.90 0 0.12 0.20
HSL 171.8º 0.82% 0.44% -
HSV(B) 171.8º 0.9% 0.8% -
XYZ 29.68 46.07 49.45 -
YUV 145.43 146.37 38.53 -
System Red Green Blue C M Y K H S L
Decimal 20 203 178 0.90 0 0.12 0.20 171.8 0.82 0.44
Hex 14 CB B2 5A 0 C 14 AC 52 2C
Octal 24 313 262 132 0 14 24 254 122 54
Binary 10100 11001011 10110010 1011010 0 1100 10100 10101100 1010010 101100

Color Harmonies of #14CBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBB2

Black with #14CBB2

Text Example


Text Example

White with #14CBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14CBB2; }

 p { color: rgb(20,203,178); }

 H1.HeaderClassName
 {
   color: #14CBB2;
 }
 .AnyTagClassName
 {
   color: #14CBB2;
 }
</style>

background-color css

<style>
 a { background-color: #14CBB2; }

 a { background-color: rgb(20,203,178); }

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

border-color css

<style>
 span { border-color: #14CBB2; }

 span { border-color: rgb(20,203,178); }

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