Html Css Color HEX #16CA9F Caribbean Green

📋 copy color: '#16CA9F'

red 22 ◦ green 202 ◦ blue 159

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

Shades of Caribbean Green #16CA9F

Tints of Caribbean Green #16CA9F

RGB

 RED value IS 22 (8.98% from 255) = 5.74%

 GREEN value IS 202 (79.3% from 255) = 52.74%

 BLUE value IS 159 (62.5% from 255) = 41.51%

R = 5.74%
G = 52.74%
B = 41.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#16CA9F (or 0x16CA9F) is known color: Caribbean Green. HEX triplet: 16, CA and 9F. RGB value is (22,202,159). Sum of RGB (Red+Green+Blue) = 22+202+159=383 (50% of max value = 765). Red value is 22 (8.98% from 255 or 5.74% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA9F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CA9F is #E93560. Grayscale: #8F8F8F. Windows color (decimal): -15283553 or 10471958. OLE color: 10471958.

HSL color Cylindrical-coordinate representation of color #16CA9F: hue angle of 165.67º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA9F is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 22 202 159 -
CMYK 0.89 0 0.21 0.21
HSL 165.67º 0.8% 0.44% -
HSV(B) 165.67º 0.89% 0.79% -
XYZ 27.71 44.91 40.01 -
YUV 143.28 136.87 41.5 -
System Red Green Blue C M Y K H S L
Decimal 22 202 159 0.89 0 0.21 0.21 165.67 0.8 0.44
Hex 16 CA 9F 59 0 15 15 A6 50 2C
Octal 26 312 237 131 0 25 25 246 120 54
Binary 10110 11001010 10011111 1011001 0 10101 10101 10100110 1010000 101100

Color Harmonies of #16CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CA9F

Black with #16CA9F

Text Example


Text Example

White with #16CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16CA9F; }

 p { color: rgb(22,202,159); }

 H1.HeaderClassName
 {
   color: #16CA9F;
 }
 .AnyTagClassName
 {
   color: #16CA9F;
 }
</style>

background-color css

<style>
 a { background-color: #16CA9F; }

 a { background-color: rgb(22,202,159); }

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

border-color css

<style>
 span { border-color: #16CA9F; }

 span { border-color: rgb(22,202,159); }

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