Html Css Color HEX #16DBA5 Caribbean Green

📋 copy color: '#16DBA5'

red 22 ◦ green 219 ◦ blue 165

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

Shades of Caribbean Green #16DBA5

Tints of Caribbean Green #16DBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 53.94%

 BLUE value IS 165 (64.84% from 255) = 40.64%

R = 5.42%
G = 53.94%
B = 40.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#16DBA5 (or 0x16DBA5) is known color: Caribbean Green. HEX triplet: 16, DB and A5. RGB value is (22,219,165). Sum of RGB (Red+Green+Blue) = 22+219+165=406 (53% of max value = 765). Red value is 22 (8.98% from 255 or 5.42% from 406); Green value is 219 (85.94% from 255 or 53.94% from 406); Blue value is 165 (64.84% from 255 or 40.64% from 406); Max value from RGB is 219 - color contains mainly: green. Hex color #16DBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16DBA5 is #E9245A. Grayscale: #999999. Windows color (decimal): -15279195 or 10869526. OLE color: 10869526.

HSL color Cylindrical-coordinate representation of color #16DBA5: hue angle of 163.55º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16DBA5 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 22 219 165 -
CMYK 0.90 0 0.25 0.14
HSL 163.55º 0.82% 0.47% -
HSV(B) 163.55º 0.9% 0.86% -
XYZ 32.45 53.55 44.22 -
YUV 153.94 134.23 33.89 -
System Red Green Blue C M Y K H S L
Decimal 22 219 165 0.90 0 0.25 0.14 163.55 0.82 0.47
Hex 16 DB A5 5A 0 19 E A4 52 2F
Octal 26 333 245 132 0 31 16 244 122 57
Binary 10110 11011011 10100101 1011010 0 11001 1110 10100100 1010010 101111

Color Harmonies of #16DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16DBA5

Black with #16DBA5

Text Example


Text Example

White with #16DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,219,165); }

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

background-color css

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

 a { background-color: rgb(22,219,165); }

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

border-color css

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

 span { border-color: rgb(22,219,165); }

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