Html Css Color HEX #10D9AF Caribbean Green

📋 copy color: '#10D9AF'

red 16 ◦ green 217 ◦ blue 175

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

Shades of Caribbean Green #10D9AF

Tints of Caribbean Green #10D9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 3.92%
G = 53.19%
B = 42.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#10D9AF (or 0x10D9AF) is known color: Caribbean Green. HEX triplet: 10, D9 and AF. RGB value is (16,217,175). Sum of RGB (Red+Green+Blue) = 16+217+175=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #10D9AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D9AF is #EF2650. Grayscale: #989898. Windows color (decimal): -15672913 or 11524368. OLE color: 11524368.

HSL color Cylindrical-coordinate representation of color #10D9AF: hue angle of 167.46º 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 #10D9AF is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 16 217 175 -
CMYK 0.93 0 0.19 0.15
HSL 167.46º 0.86% 0.46% -
HSV(B) 167.46º 0.93% 0.85% -
XYZ 32.76 52.83 49.03 -
YUV 152.11 140.91 30.92 -
System Red Green Blue C M Y K H S L
Decimal 16 217 175 0.93 0 0.19 0.15 167.46 0.86 0.46
Hex 10 D9 AF 5D 0 13 F A7 56 2E
Octal 20 331 257 135 0 23 17 247 126 56
Binary 10000 11011001 10101111 1011101 0 10011 1111 10100111 1010110 101110

Color Harmonies of #10D9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D9AF

Black with #10D9AF

Text Example


Text Example

White with #10D9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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