Html Css Color HEX #14CBA5 Caribbean Green

📋 copy color: '#14CBA5'

red 20 ◦ green 203 ◦ blue 165

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

Shades of Caribbean Green #14CBA5

Tints of Caribbean Green #14CBA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.53%

R = 5.15%
G = 52.32%
B = 42.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#14CBA5 (or 0x14CBA5) is known color: Caribbean Green. HEX triplet: 14, CB and A5. RGB value is (20,203,165). Sum of RGB (Red+Green+Blue) = 20+203+165=388 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.15% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CBA5 is #EB345A. Grayscale: #8F8F8F. Windows color (decimal): -15414363 or 10865428. OLE color: 10865428.

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

Color convert

RGB 20 203 165 -
CMYK 0.90 0 0.19 0.20
HSL 167.54º 0.82% 0.44% -
HSV(B) 167.54º 0.9% 0.8% -
XYZ 28.44 45.58 42.9 -
YUV 143.95 139.87 39.59 -
System Red Green Blue C M Y K H S L
Decimal 20 203 165 0.90 0 0.19 0.20 167.54 0.82 0.44
Hex 14 CB A5 5A 0 13 14 A8 52 2C
Octal 24 313 245 132 0 23 24 250 122 54
Binary 10100 11001011 10100101 1011010 0 10011 10100 10101000 1010010 101100

Color Harmonies of #14CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBA5

Black with #14CBA5

Text Example


Text Example

White with #14CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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