Html Css Color HEX #10D4AB Caribbean Green

📋 copy color: '#10D4AB'

red 16 ◦ green 212 ◦ blue 171

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

Shades of Caribbean Green #10D4AB

Tints of Caribbean Green #10D4AB

RGB

 RED value IS 16 (6.64% from 255) = 4.01%

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

 BLUE value IS 171 (67.19% from 255) = 42.86%

R = 4.01%
G = 53.13%
B = 42.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#10D4AB (or 0x10D4AB) is known color: Caribbean Green. HEX triplet: 10, D4 and AB. RGB value is (16,212,171). Sum of RGB (Red+Green+Blue) = 16+212+171=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 212 (83.20% from 255 or 53.13% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 212 - color contains mainly: green. Hex color #10D4AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D4AB is #EF2B54. Grayscale: #949494. Windows color (decimal): -15674197 or 11260944. OLE color: 11260944.

HSL color Cylindrical-coordinate representation of color #10D4AB: hue angle of 167.45º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D4AB is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 16 212 171 -
CMYK 0.92 0 0.19 0.17
HSL 167.45º 0.86% 0.45% -
HSV(B) 167.45º 0.92% 0.83% -
XYZ 31.11 50.14 46.57 -
YUV 148.72 140.57 33.33 -
System Red Green Blue C M Y K H S L
Decimal 16 212 171 0.92 0 0.19 0.17 167.45 0.86 0.45
Hex 10 D4 AB 5C 0 13 11 A7 56 2D
Octal 20 324 253 134 0 23 21 247 126 55
Binary 10000 11010100 10101011 1011100 0 10011 10001 10100111 1010110 101101

Color Harmonies of #10D4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D4AB

Black with #10D4AB

Text Example


Text Example

White with #10D4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10D4AB; }

 p { color: rgb(16,212,171); }

 H1.HeaderClassName
 {
   color: #10D4AB;
 }
 .AnyTagClassName
 {
   color: #10D4AB;
 }
</style>

background-color css

<style>
 a { background-color: #10D4AB; }

 a { background-color: rgb(16,212,171); }

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

border-color css

<style>
 span { border-color: #10D4AB; }

 span { border-color: rgb(16,212,171); }

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