Html Css Color HEX #10CE91 Caribbean Green

📋 copy color: '#10CE91'

red 16 ◦ green 206 ◦ blue 145

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

Shades of Caribbean Green #10CE91

Tints of Caribbean Green #10CE91

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.13%

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 4.36%
G = 56.13%
B = 39.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#10CE91 (or 0x10CE91) is known color: Caribbean Green. HEX triplet: 10, CE and 91. RGB value is (16,206,145). Sum of RGB (Red+Green+Blue) = 16+206+145=367 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.36% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #10CE91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10CE91 is #EF316E. Grayscale: #8E8E8E. Windows color (decimal): -15675759 or 9555472. OLE color: 9555472.

HSL color Cylindrical-coordinate representation of color #10CE91: hue angle of 160.74º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10CE91 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 206 145 -
CMYK 0.92 0 0.30 0.19
HSL 160.74º 0.86% 0.44% -
HSV(B) 160.74º 0.92% 0.81% -
XYZ 27.4 46.3 34.28 -
YUV 142.24 129.55 37.96 -
System Red Green Blue C M Y K H S L
Decimal 16 206 145 0.92 0 0.30 0.19 160.74 0.86 0.44
Hex 10 CE 91 5C 0 1E 13 A1 56 2C
Octal 20 316 221 134 0 36 23 241 126 54
Binary 10000 11001110 10010001 1011100 0 11110 10011 10100001 1010110 101100

Color Harmonies of #10CE91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10CE91

Black with #10CE91

Text Example


Text Example

White with #10CE91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,206,145); }

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

background-color css

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

 a { background-color: rgb(16,206,145); }

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

border-color css

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

 span { border-color: rgb(16,206,145); }

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