Html Css Color HEX #10D9AC Caribbean Green

📋 copy color: '#10D9AC'

red 16 ◦ green 217 ◦ blue 172

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

Shades of Caribbean Green #10D9AC

Tints of Caribbean Green #10D9AC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.58%

 BLUE value IS 172 (67.58% from 255) = 42.47%

R = 3.95%
G = 53.58%
B = 42.47%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#10D9AC (or 0x10D9AC) is known color: Caribbean Green. HEX triplet: 10, D9 and AC. RGB value is (16,217,172). Sum of RGB (Red+Green+Blue) = 16+217+172=405 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.95% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #10D9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D9AC is #EF2653. Grayscale: #979797. Windows color (decimal): -15672916 or 11327760. OLE color: 11327760.

HSL color Cylindrical-coordinate representation of color #10D9AC: hue angle of 166.57º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10D9AC is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 217 172 -
CMYK 0.93 0 0.21 0.15
HSL 166.57º 0.86% 0.46% -
HSV(B) 166.57º 0.93% 0.85% -
XYZ 32.47 52.71 47.49 -
YUV 151.77 139.41 31.16 -
System Red Green Blue C M Y K H S L
Decimal 16 217 172 0.93 0 0.21 0.15 166.57 0.86 0.46
Hex 10 D9 AC 5D 0 15 F A7 56 2E
Octal 20 331 254 135 0 25 17 247 126 56
Binary 10000 11011001 10101100 1011101 0 10101 1111 10100111 1010110 101110

Color Harmonies of #10D9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D9AC

Black with #10D9AC

Text Example


Text Example

White with #10D9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,217,172); }

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

background-color css

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

 a { background-color: rgb(16,217,172); }

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

border-color css

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

 span { border-color: rgb(16,217,172); }

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