Html Css Color HEX #16D48C Caribbean Green

📋 copy color: '#16D48C'

red 22 ◦ green 212 ◦ blue 140

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

Shades of Caribbean Green #16D48C

Tints of Caribbean Green #16D48C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 56.68%

 BLUE value IS 140 (55.08% from 255) = 37.43%

R = 5.88%
G = 56.68%
B = 37.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#16D48C (or 0x16D48C) is known color: Caribbean Green. HEX triplet: 16, D4 and 8C. RGB value is (22,212,140). Sum of RGB (Red+Green+Blue) = 22+212+140=374 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.88% from 374); Green value is 212 (83.20% from 255 or 56.68% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 212 - color contains mainly: green. Hex color #16D48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16D48C is #E92B73. Grayscale: #939393. Windows color (decimal): -15281012 or 9229334. OLE color: 9229334.

HSL color Cylindrical-coordinate representation of color #16D48C: hue angle of 157.26º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16D48C is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 22 212 140 -
CMYK 0.90 0 0.34 0.17
HSL 157.26º 0.81% 0.46% -
HSV(B) 157.26º 0.9% 0.83% -
XYZ 28.61 49.15 32.79 -
YUV 146.98 124.05 38.85 -
System Red Green Blue C M Y K H S L
Decimal 22 212 140 0.90 0 0.34 0.17 157.26 0.81 0.46
Hex 16 D4 8C 5A 0 22 11 9D 51 2E
Octal 26 324 214 132 0 42 21 235 121 56
Binary 10110 11010100 10001100 1011010 0 100010 10001 10011101 1010001 101110

Color Harmonies of #16D48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16D48C

Black with #16D48C

Text Example


Text Example

White with #16D48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,212,140); }

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

background-color css

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

 a { background-color: rgb(22,212,140); }

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

border-color css

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

 span { border-color: rgb(22,212,140); }

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