Html Css Color HEX #10DA9C Caribbean Green

📋 copy color: '#10DA9C'

red 16 ◦ green 218 ◦ blue 156

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

Shades of Caribbean Green #10DA9C

Tints of Caribbean Green #10DA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 4.1%
G = 55.9%
B = 40%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#10DA9C (or 0x10DA9C) is known color: Caribbean Green. HEX triplet: 10, DA and 9C. RGB value is (16,218,156). Sum of RGB (Red+Green+Blue) = 16+218+156=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #10DA9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10DA9C is #EF2563. Grayscale: #969696. Windows color (decimal): -15672676 or 10279440. OLE color: 10279440.

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

Color convert

RGB 16 218 156 -
CMYK 0.93 0 0.28 0.15
HSL 161.58º 0.86% 0.46% -
HSV(B) 161.58º 0.93% 0.85% -
XYZ 31.29 52.65 39.97 -
YUV 150.53 131.08 32.04 -
System Red Green Blue C M Y K H S L
Decimal 16 218 156 0.93 0 0.28 0.15 161.58 0.86 0.46
Hex 10 DA 9C 5D 0 1C F A2 56 2E
Octal 20 332 234 135 0 34 17 242 126 56
Binary 10000 11011010 10011100 1011101 0 11100 1111 10100010 1010110 101110

Color Harmonies of #10DA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DA9C

Black with #10DA9C

Text Example


Text Example

White with #10DA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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