Html Css Color HEX #10D6AB Caribbean Green

📋 copy color: '#10D6AB'

red 16 ◦ green 214 ◦ blue 171

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

Shades of Caribbean Green #10D6AB

Tints of Caribbean Green #10D6AB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.37%

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

R = 3.99%
G = 53.37%
B = 42.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#10D6AB (or 0x10D6AB) is known color: Caribbean Green. HEX triplet: 10, D6 and AB. RGB value is (16,214,171). Sum of RGB (Red+Green+Blue) = 16+214+171=401 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.99% from 401); Green value is 214 (83.98% from 255 or 53.37% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 214 - color contains mainly: green. Hex color #10D6AB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D6AB is #EF2954. Grayscale: #959595. Windows color (decimal): -15673685 or 11261456. OLE color: 11261456.

HSL color Cylindrical-coordinate representation of color #10D6AB: hue angle of 166.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D6AB is Cyan = 0.93, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 16 214 171 -
CMYK 0.93 0 0.20 0.16
HSL 166.97º 0.86% 0.45% -
HSV(B) 166.97º 0.93% 0.84% -
XYZ 31.61 51.14 46.73 -
YUV 149.9 139.9 32.5 -
System Red Green Blue C M Y K H S L
Decimal 16 214 171 0.93 0 0.20 0.16 166.97 0.86 0.45
Hex 10 D6 AB 5D 0 14 10 A7 56 2D
Octal 20 326 253 135 0 24 20 247 126 55
Binary 10000 11010110 10101011 1011101 0 10100 10000 10100111 1010110 101101

Color Harmonies of #10D6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D6AB

Black with #10D6AB

Text Example


Text Example

White with #10D6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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