Html Css Color HEX #14CBA3 Caribbean Green

📋 copy color: '#14CBA3'

red 20 ◦ green 203 ◦ blue 163

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

Shades of Caribbean Green #14CBA3

Tints of Caribbean Green #14CBA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 42.23%

R = 5.18%
G = 52.59%
B = 42.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#14CBA3 (or 0x14CBA3) is known color: Caribbean Green. HEX triplet: 14, CB and A3. RGB value is (20,203,163). Sum of RGB (Red+Green+Blue) = 20+203+163=386 (51% of max value = 765). Red value is 20 (8.20% from 255 or 5.18% from 386); Green value is 203 (79.69% from 255 or 52.59% from 386); Blue value is 163 (64.06% from 255 or 42.23% from 386); Max value from RGB is 203 - color contains mainly: green. Hex color #14CBA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CBA3 is #EB345C. Grayscale: #8F8F8F. Windows color (decimal): -15414365 or 10734356. OLE color: 10734356.

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

Color convert

RGB 20 203 163 -
CMYK 0.90 0 0.20 0.20
HSL 166.89º 0.82% 0.44% -
HSV(B) 166.89º 0.9% 0.8% -
XYZ 28.26 45.5 41.94 -
YUV 143.72 138.87 39.75 -
System Red Green Blue C M Y K H S L
Decimal 20 203 163 0.90 0 0.20 0.20 166.89 0.82 0.44
Hex 14 CB A3 5A 0 14 14 A7 52 2C
Octal 24 313 243 132 0 24 24 247 122 54
Binary 10100 11001011 10100011 1011010 0 10100 10100 10100111 1010010 101100

Color Harmonies of #14CBA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CBA3

Black with #14CBA3

Text Example


Text Example

White with #14CBA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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