#10C6A1

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

Shades of Caribbean Green #10C6A1

Tints of Caribbean Green #10C6A1

Color information

#10C6A1 (or 0x10C6A1) is unknown color: approx Caribbean Green. HEX triplet: 10, C6 and A1. RGB value is (16,198,161). Sum of RGB (Red+Green+Blue) = 16+198+161=375 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.27% from 375); Green value is 198 (77.73% from 255 or 52.8% from 375); Blue value is 161 (63.28% from 255 or 42.93% from 375); Max value from RGB is 198 - color contains mainly: green. Hex color #10C6A1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C6A1 is #EF395E. Grayscale: #8B8B8B. Windows color (decimal): -15677791 or 10602000. OLE color: 10602000.

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

Color convert

RGB16198161-
CMYK0.9200.190.22
HSL167.8º85.05%41.96%-
HSV(B)167.8º91.92%77.65%-
XYZ26.8443.0740.62-
YUV139.36140.240.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.27%
GREEN value IS 198 (77.73% from 255) = 52.8%
BLUE value IS 161 (63.28% from 255) = 42.93%
R=4.27%
G=52.8%
B=42.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161981610.9200.190.22167.885.0541.96
Hex10C6A15C01316a8552a
Octal203062411340232625012552
Binary100001100011010100001101110001001110110101010001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,198,161); }

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

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

 a { background-color: rgb(16,198,161); }

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

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

 span { border-color: rgb(16,198,161); }

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