#10C8AA

Color #10C8AA Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #10C8AA

Tints of Caribbean Green #10C8AA

Color information

#10C8AA (or 0x10C8AA) is unknown color: approx Caribbean Green. HEX triplet: 10, C8 and AA. RGB value is (16,200,170). Sum of RGB (Red+Green+Blue) = 16+200+170=386 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.15% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #10C8AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C8AA is #EF3755. Grayscale: #8D8D8D. Windows color (decimal): -15677270 or 11192336. OLE color: 11192336.

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

Color convert

RGB16200170-
CMYK0.9200.150.22
HSL170.22º85.19%42.35%-
HSV(B)170.22º92%78.43%-
XYZ28.1244.3245.1-
YUV141.56144.0438.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.15%
GREEN value IS 200 (78.52% from 255) = 51.81%
BLUE value IS 170 (66.80% from 255) = 44.04%
R=4.15%
G=51.81%
B=44.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162001700.9200.150.22170.2285.1942.35
Hex10C8AA5C0F16aa552a
Octal203102521340172625212552
Binary10000110010001010101010111000111110110101010101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10C8AA;
 }
 .AnyTagClassName
 {
   color: #10C8AA;
 }
</style>
background-color css

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

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

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

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

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

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