Html Css Color HEX #10DC95 Caribbean Green

📋 copy color: '#10DC95'

red 16 ◦ green 220 ◦ blue 149

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

Shades of Caribbean Green #10DC95

Tints of Caribbean Green #10DC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 57.14%

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 4.16%
G = 57.14%
B = 38.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#10DC95 (or 0x10DC95) is known color: Caribbean Green. HEX triplet: 10, DC and 95. RGB value is (16,220,149). Sum of RGB (Red+Green+Blue) = 16+220+149=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DC95 is #EF236A. Grayscale: #969696. Windows color (decimal): -15672171 or 9821200. OLE color: 9821200.

HSL color Cylindrical-coordinate representation of color #10DC95: hue angle of 159.12º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DC95 is Cyan = 0.93, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 220 149 -
CMYK 0.93 0 0.32 0.14
HSL 159.12º 0.86% 0.46% -
HSV(B) 159.12º 0.93% 0.86% -
XYZ 31.23 53.47 37.11 -
YUV 150.91 126.91 31.77 -
System Red Green Blue C M Y K H S L
Decimal 16 220 149 0.93 0 0.32 0.14 159.12 0.86 0.46
Hex 10 DC 95 5D 0 20 E 9F 56 2E
Octal 20 334 225 135 0 40 16 237 126 56
Binary 10000 11011100 10010101 1011101 0 100000 1110 10011111 1010110 101110

Color Harmonies of #10DC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DC95

Black with #10DC95

Text Example


Text Example

White with #10DC95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,220,149); }

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

background-color css

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

 a { background-color: rgb(16,220,149); }

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

border-color css

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

 span { border-color: rgb(16,220,149); }

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