Html Css Color HEX #10DB7F Caribbean Green

📋 copy color: '#10DB7F'

red 16 ◦ green 219 ◦ blue 127

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

Shades of Caribbean Green #10DB7F

Tints of Caribbean Green #10DB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 35.08%

R = 4.42%
G = 60.5%
B = 35.08%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#10DB7F (or 0x10DB7F) is known color: Caribbean Green. HEX triplet: 10, DB and 7F. RGB value is (16,219,127). Sum of RGB (Red+Green+Blue) = 16+219+127=362 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.42% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #10DB7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10DB7F is #EF2480. Grayscale: #939393. Windows color (decimal): -15672449 or 8379152. OLE color: 8379152.

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

Color convert

RGB 16 219 127 -
CMYK 0.93 0 0.42 0.14
HSL 152.81º 0.86% 0.46% -
HSV(B) 152.81º 0.93% 0.86% -
XYZ 29.38 52.31 28.63 -
YUV 147.82 116.25 33.98 -
System Red Green Blue C M Y K H S L
Decimal 16 219 127 0.93 0 0.42 0.14 152.81 0.86 0.46
Hex 10 DB 7F 5D 0 2A E 99 56 2E
Octal 20 333 177 135 0 52 16 231 126 56
Binary 10000 11011011 1111111 1011101 0 101010 1110 10011001 1010110 101110

Color Harmonies of #10DB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DB7F

Black with #10DB7F

Text Example


Text Example

White with #10DB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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