Html Css Color HEX #10DC90 Caribbean Green

📋 copy color: '#10DC90'

red 16 ◦ green 220 ◦ blue 144

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

Shades of Caribbean Green #10DC90

Tints of Caribbean Green #10DC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.89%

R = 4.21%
G = 57.89%
B = 37.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#10DC90 (or 0x10DC90) is known color: Caribbean Green. HEX triplet: 10, DC and 90. RGB value is (16,220,144). Sum of RGB (Red+Green+Blue) = 16+220+144=380 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.21% from 380); Green value is 220 (86.33% from 255 or 57.89% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DC90 is #EF236F. Grayscale: #969696. Windows color (decimal): -15672176 or 9493520. OLE color: 9493520.

HSL color Cylindrical-coordinate representation of color #10DC90: hue angle of 157.65º 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 #10DC90 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 220 144 -
CMYK 0.93 0 0.35 0.14
HSL 157.65º 0.86% 0.46% -
HSV(B) 157.65º 0.93% 0.86% -
XYZ 30.84 53.31 35.05 -
YUV 150.34 124.41 32.18 -
System Red Green Blue C M Y K H S L
Decimal 16 220 144 0.93 0 0.35 0.14 157.65 0.86 0.46
Hex 10 DC 90 5D 0 23 E 9E 56 2E
Octal 20 334 220 135 0 43 16 236 126 56
Binary 10000 11011100 10010000 1011101 0 100011 1110 10011110 1010110 101110

Color Harmonies of #10DC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DC90

Black with #10DC90

Text Example


Text Example

White with #10DC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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