Html Css Color HEX #10D28F Caribbean Green

📋 copy color: '#10D28F'

red 16 ◦ green 210 ◦ blue 143

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

Shades of Caribbean Green #10D28F

Tints of Caribbean Green #10D28F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.91%

 BLUE value IS 143 (56.25% from 255) = 38.75%

R = 4.34%
G = 56.91%
B = 38.75%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#10D28F (or 0x10D28F) is known color: Caribbean Green. HEX triplet: 10, D2 and 8F. RGB value is (16,210,143). Sum of RGB (Red+Green+Blue) = 16+210+143=369 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.34% from 369); Green value is 210 (82.42% from 255 or 56.91% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 210 - color contains mainly: green. Hex color #10D28F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D28F is #EF2D70. Grayscale: #909090. Windows color (decimal): -15674737 or 9425424. OLE color: 9425424.

HSL color Cylindrical-coordinate representation of color #10D28F: hue angle of 159.28º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D28F is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 16 210 143 -
CMYK 0.92 0 0.32 0.18
HSL 159.28º 0.86% 0.44% -
HSV(B) 159.28º 0.92% 0.82% -
XYZ 28.22 48.19 33.8 -
YUV 144.36 127.23 36.45 -
System Red Green Blue C M Y K H S L
Decimal 16 210 143 0.92 0 0.32 0.18 159.28 0.86 0.44
Hex 10 D2 8F 5C 0 20 12 9F 56 2C
Octal 20 322 217 134 0 40 22 237 126 54
Binary 10000 11010010 10001111 1011100 0 100000 10010 10011111 1010110 101100

Color Harmonies of #10D28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10D28F

Black with #10D28F

Text Example


Text Example

White with #10D28F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,210,143); }

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

background-color css

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

 a { background-color: rgb(16,210,143); }

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

border-color css

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

 span { border-color: rgb(16,210,143); }

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