Html Css Color HEX #10DB82 Caribbean Green

📋 copy color: '#10DB82'

red 16 ◦ green 219 ◦ blue 130

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

Shades of Caribbean Green #10DB82

Tints of Caribbean Green #10DB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 60%

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 4.38%
G = 60%
B = 35.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#10DB82 (or 0x10DB82) is known color: Caribbean Green. HEX triplet: 10, DB and 82. RGB value is (16,219,130). Sum of RGB (Red+Green+Blue) = 16+219+130=365 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.38% from 365); Green value is 219 (85.94% from 255 or 60% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DB82 is #EF247D. Grayscale: #949494. Windows color (decimal): -15672446 or 8575760. OLE color: 8575760.

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

Color convert

RGB 16 219 130 -
CMYK 0.93 0 0.41 0.14
HSL 153.69º 0.86% 0.46% -
HSV(B) 153.69º 0.93% 0.86% -
XYZ 29.57 52.38 29.67 -
YUV 148.16 117.75 33.74 -
System Red Green Blue C M Y K H S L
Decimal 16 219 130 0.93 0 0.41 0.14 153.69 0.86 0.46
Hex 10 DB 82 5D 0 29 E 9A 56 2E
Octal 20 333 202 135 0 51 16 232 126 56
Binary 10000 11011011 10000010 1011101 0 101001 1110 10011010 1010110 101110

Color Harmonies of #10DB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DB82

Black with #10DB82

Text Example


Text Example

White with #10DB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,219,130); }

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

background-color css

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

 a { background-color: rgb(16,219,130); }

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

border-color css

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

 span { border-color: rgb(16,219,130); }

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