Html Css Color HEX #16CA95 Caribbean Green

📋 copy color: '#16CA95'

red 22 ◦ green 202 ◦ blue 149

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

Shades of Caribbean Green #16CA95

Tints of Caribbean Green #16CA95

RGB

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

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

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

R = 5.9%
G = 54.16%
B = 39.95%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#16CA95 (or 0x16CA95) is known color: Caribbean Green. HEX triplet: 16, CA and 95. RGB value is (22,202,149). Sum of RGB (Red+Green+Blue) = 22+202+149=373 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.90% from 373); Green value is 202 (79.30% from 255 or 54.16% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16CA95 is #E9356A. Grayscale: #8E8E8E. Windows color (decimal): -15283563 or 9816598. OLE color: 9816598.

HSL color Cylindrical-coordinate representation of color #16CA95: hue angle of 162.33º 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 #16CA95 is Cyan = 0.89, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 22 202 149 -
CMYK 0.89 0 0.26 0.21
HSL 162.33º 0.8% 0.44% -
HSV(B) 162.33º 0.89% 0.79% -
XYZ 26.88 44.58 35.62 -
YUV 142.14 131.87 42.31 -
System Red Green Blue C M Y K H S L
Decimal 22 202 149 0.89 0 0.26 0.21 162.33 0.8 0.44
Hex 16 CA 95 59 0 1A 15 A2 50 2C
Octal 26 312 225 131 0 32 25 242 120 54
Binary 10110 11001010 10010101 1011001 0 11010 10101 10100010 1010000 101100

Color Harmonies of #16CA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16CA95

Black with #16CA95

Text Example


Text Example

White with #16CA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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