Html Css Color HEX #10E1A7 Caribbean Green

📋 copy color: '#10E1A7'

red 16 ◦ green 225 ◦ blue 167

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

Shades of Caribbean Green #10E1A7

Tints of Caribbean Green #10E1A7

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.15%

 BLUE value IS 167 (65.63% from 255) = 40.93%

R = 3.92%
G = 55.15%
B = 40.93%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#10E1A7 (or 0x10E1A7) is known color: Caribbean Green. HEX triplet: 10, E1 and A7. RGB value is (16,225,167). Sum of RGB (Red+Green+Blue) = 16+225+167=408 (54% of max value = 765). Red value is 16 (6.64% from 255 or 3.92% from 408); Green value is 225 (88.28% from 255 or 55.15% from 408); Blue value is 167 (65.62% from 255 or 40.93% from 408); Max value from RGB is 225 - color contains mainly: green. Hex color #10E1A7 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10E1A7 is #EF1E58. Grayscale: #9B9B9B. Windows color (decimal): -15670873 or 11002128. OLE color: 11002128.

HSL color Cylindrical-coordinate representation of color #10E1A7: hue angle of 163.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10E1A7 is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 225 167 -
CMYK 0.93 0 0.26 0.12
HSL 163.35º 0.87% 0.47% -
HSV(B) 163.35º 0.93% 0.88% -
XYZ 34.11 56.75 45.72 -
YUV 155.9 134.26 28.22 -
System Red Green Blue C M Y K H S L
Decimal 16 225 167 0.93 0 0.26 0.12 163.35 0.87 0.47
Hex 10 E1 A7 5D 0 1A C A3 57 2F
Octal 20 341 247 135 0 32 14 243 127 57
Binary 10000 11100001 10100111 1011101 0 11010 1100 10100011 1010111 101111

Color Harmonies of #10E1A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10E1A7

Black with #10E1A7

Text Example


Text Example

White with #10E1A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,225,167); }

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

background-color css

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

 a { background-color: rgb(16,225,167); }

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

border-color css

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

 span { border-color: rgb(16,225,167); }

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