Html Css Color HEX #14CB95 Caribbean Green

📋 copy color: '#14CB95'

red 20 ◦ green 203 ◦ blue 149

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

Shades of Caribbean Green #14CB95

Tints of Caribbean Green #14CB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.05%

R = 5.38%
G = 54.57%
B = 40.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#14CB95 (or 0x14CB95) is known color: Caribbean Green. HEX triplet: 14, CB and 95. RGB value is (20,203,149). Sum of RGB (Red+Green+Blue) = 20+203+149=372 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.38% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #14CB95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14CB95 is #EB346A. Grayscale: #8E8E8E. Windows color (decimal): -15414379 or 9816852. OLE color: 9816852.

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

Color convert

RGB 20 203 149 -
CMYK 0.90 0 0.27 0.20
HSL 162.3º 0.82% 0.44% -
HSV(B) 162.3º 0.9% 0.8% -
XYZ 27.07 45.03 35.7 -
YUV 142.13 131.87 40.89 -
System Red Green Blue C M Y K H S L
Decimal 20 203 149 0.90 0 0.27 0.20 162.3 0.82 0.44
Hex 14 CB 95 5A 0 1B 14 A2 52 2C
Octal 24 313 225 132 0 33 24 242 122 54
Binary 10100 11001011 10010101 1011010 0 11011 10100 10100010 1010010 101100

Color Harmonies of #14CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14CB95

Black with #14CB95

Text Example


Text Example

White with #14CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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