Html Css Color HEX #14CBB4 Light Sea Green

📋 copy color: '#14CBB4'

red 20 ◦ green 203 ◦ blue 180

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

Shades of Light Sea Green #14CBB4

Tints of Light Sea Green #14CBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 4.96%
G = 50.37%
B = 44.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.11

 K value IS 0.20

RGB Variations

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

Color information

#14CBB4 (or 0x14CBB4) is known color: Light Sea Green. HEX triplet: 14, CB and B4. RGB value is (20,203,180). Sum of RGB (Red+Green+Blue) = 20+203+180=403 (53% of max value = 765). Red value is 20 (8.20% from 255 or 4.96% from 403); Green value is 203 (79.69% from 255 or 50.37% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBB4 is #EB344B. Grayscale: #919191. Windows color (decimal): -15414348 or 11848468. OLE color: 11848468.

HSL color Cylindrical-coordinate representation of color #14CBB4: hue angle of 172.46º 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 #14CBB4 is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB 20 203 180 -
CMYK 0.90 0 0.11 0.20
HSL 172.46º 0.82% 0.44% -
HSV(B) 172.46º 0.9% 0.8% -
XYZ 29.88 46.16 50.51 -
YUV 145.66 147.37 38.37 -
System Red Green Blue C M Y K H S L
Decimal 20 203 180 0.90 0 0.11 0.20 172.46 0.82 0.44
Hex 14 CB B4 5A 0 B 14 AC 52 2C
Octal 24 313 264 132 0 13 24 254 122 54
Binary 10100 11001011 10110100 1011010 0 1011 10100 10101100 1010010 101100

Color Harmonies of #14CBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBB4

Black with #14CBB4

Text Example


Text Example

White with #14CBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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