Html Css Color HEX #10C7AA Caribbean Green

📋 copy color: '#10C7AA'

red 16 ◦ green 199 ◦ blue 170

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

Shades of Caribbean Green #10C7AA

Tints of Caribbean Green #10C7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.69%

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 4.16%
G = 51.69%
B = 44.16%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#10C7AA (or 0x10C7AA) is known color: Caribbean Green. HEX triplet: 10, C7 and AA. RGB value is (16,199,170). Sum of RGB (Red+Green+Blue) = 16+199+170=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #10C7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C7AA is #EF3855. Grayscale: #8C8C8C. Windows color (decimal): -15677526 or 11192080. OLE color: 11192080.

HSL color Cylindrical-coordinate representation of color #10C7AA: hue angle of 170.49º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C7AA is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 16 199 170 -
CMYK 0.92 0 0.15 0.22
HSL 170.49º 0.85% 0.42% -
HSV(B) 170.49º 0.92% 0.78% -
XYZ 27.89 43.86 45.03 -
YUV 140.98 144.37 38.86 -
System Red Green Blue C M Y K H S L
Decimal 16 199 170 0.92 0 0.15 0.22 170.49 0.85 0.42
Hex 10 C7 AA 5C 0 F 16 AA 55 2A
Octal 20 307 252 134 0 17 26 252 125 52
Binary 10000 11000111 10101010 1011100 0 1111 10110 10101010 1010101 101010

Color Harmonies of #10C7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C7AA

Black with #10C7AA

Text Example


Text Example

White with #10C7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,199,170); }

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

background-color css

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

 a { background-color: rgb(16,199,170); }

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

border-color css

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

 span { border-color: rgb(16,199,170); }

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