#10CA8A

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

Shades of Caribbean Green #10CA8A

Tints of Caribbean Green #10CA8A

Color information

#10CA8A (or 0x10CA8A) is unknown color: approx Caribbean Green. HEX triplet: 10, CA and 8A. RGB value is (16,202,138). Sum of RGB (Red+Green+Blue) = 16+202+138=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #10CA8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CA8A is #EF3575. Grayscale: #8B8B8B. Windows color (decimal): -15676790 or 9095696. OLE color: 9095696.

HSL color Cylindrical-coordinate representation of color #10CA8A: hue angle of 159.35º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CA8A is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB16202138-
CMYK0.9200.320.21
HSL159.35º85.32%42.75%-
HSV(B)159.35º92.08%79.22%-
XYZ25.9244.1931.21-
YUV139.09127.3840.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.49%
GREEN value IS 202 (79.30% from 255) = 56.74%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=4.49%
G=56.74%
B=38.76%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162021380.9200.320.21159.3585.3242.75
Hex10CA8A5C020159f552b
Octal203122121340402523712553
Binary1000011001010100010101011100010000010101100111111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10CA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,202,138); }

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

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

 a { background-color: rgb(16,202,138); }

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

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

 span { border-color: rgb(16,202,138); }

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