Html Css Color HEX #10DA80 Caribbean Green

📋 copy color: '#10DA80'

red 16 ◦ green 218 ◦ blue 128

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

Shades of Caribbean Green #10DA80

Tints of Caribbean Green #10DA80

RGB

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

 GREEN value IS 218 (85.55% from 255) = 60.22%

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 4.42%
G = 60.22%
B = 35.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#10DA80 (or 0x10DA80) is known color: Caribbean Green. HEX triplet: 10, DA and 80. RGB value is (16,218,128). Sum of RGB (Red+Green+Blue) = 16+218+128=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 218 (85.55% from 255 or 60.22% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DA80 is #EF257F. Grayscale: #939393. Windows color (decimal): -15672704 or 8444432. OLE color: 8444432.

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

Color convert

RGB 16 218 128 -
CMYK 0.93 0 0.41 0.15
HSL 153.27º 0.86% 0.46% -
HSV(B) 153.27º 0.93% 0.85% -
XYZ 29.18 51.81 28.88 -
YUV 147.34 117.08 34.32 -
System Red Green Blue C M Y K H S L
Decimal 16 218 128 0.93 0 0.41 0.15 153.27 0.86 0.46
Hex 10 DA 80 5D 0 29 F 99 56 2E
Octal 20 332 200 135 0 51 17 231 126 56
Binary 10000 11011010 10000000 1011101 0 101001 1111 10011001 1010110 101110

Color Harmonies of #10DA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DA80

Black with #10DA80

Text Example


Text Example

White with #10DA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,218,128); }

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

background-color css

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

 a { background-color: rgb(16,218,128); }

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

border-color css

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

 span { border-color: rgb(16,218,128); }

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