#10D5AE

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

Shades of Caribbean Green #10D5AE

Tints of Caribbean Green #10D5AE

Color information

#10D5AE (or 0x10D5AE) is unknown color: approx Caribbean Green. HEX triplet: 10, D5 and AE. RGB value is (16,213,174). Sum of RGB (Red+Green+Blue) = 16+213+174=403 (53% of max value = 765). Red value is 16 (6.64% from 255 or 3.97% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #10D5AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D5AE is #EF2A51. Grayscale: #959595. Windows color (decimal): -15673938 or 11457808. OLE color: 11457808.

HSL color Cylindrical-coordinate representation of color #10D5AE: hue angle of 168.12º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D5AE is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB16213174-
CMYK0.9200.180.16
HSL168.12º86.03%44.9%-
HSV(B)168.12º92.49%83.53%-
XYZ31.6550.7548.17-
YUV149.65141.7332.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 3.97%
GREEN value IS 213 (83.59% from 255) = 52.85%
BLUE value IS 174 (68.36% from 255) = 43.18%
R=3.97%
G=52.85%
B=43.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162131740.9200.180.16168.1286.0344.9
Hex10D5AE5C01210a8562d
Octal203252561340222025012655
Binary100001101010110101110101110001001010000101010001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,213,174); }

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

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

 a { background-color: rgb(16,213,174); }

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

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

 span { border-color: rgb(16,213,174); }

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