Html Css Color HEX #14CBA8 Caribbean Green

📋 copy color: '#14CBA8'

red 20 ◦ green 203 ◦ blue 168

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

Shades of Caribbean Green #14CBA8

Tints of Caribbean Green #14CBA8

RGB

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

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

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

R = 5.12%
G = 51.92%
B = 42.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#14CBA8 (or 0x14CBA8) is known color: Caribbean Green. HEX triplet: 14, CB and A8. RGB value is (20,203,168). Sum of RGB (Red+Green+Blue) = 20+203+168=391 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.12% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 168 (66.02% from 255 or 42.97% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CBA8 is #EB3457. Grayscale: #909090. Windows color (decimal): -15414360 or 11062036. OLE color: 11062036.

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

Color convert

RGB 20 203 168 -
CMYK 0.90 0 0.17 0.20
HSL 168.52º 0.82% 0.44% -
HSV(B) 168.52º 0.9% 0.8% -
XYZ 28.71 45.69 44.35 -
YUV 144.29 141.37 39.35 -
System Red Green Blue C M Y K H S L
Decimal 20 203 168 0.90 0 0.17 0.20 168.52 0.82 0.44
Hex 14 CB A8 5A 0 11 14 A9 52 2C
Octal 24 313 250 132 0 21 24 251 122 54
Binary 10100 11001011 10101000 1011010 0 10001 10100 10101001 1010010 101100

Color Harmonies of #14CBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBA8

Black with #14CBA8

Text Example


Text Example

White with #14CBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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