#10D483

Color #10D483 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #10D483

Tints of Caribbean Green #10D483

Color information

#10D483 (or 0x10D483) is unknown color: approx Caribbean Green. HEX triplet: 10, D4 and 83. RGB value is (16,212,131). Sum of RGB (Red+Green+Blue) = 16+212+131=359 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.46% from 359); Green value is 212 (83.20% from 255 or 59.05% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 212 - color contains mainly: green. Hex color #10D483 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10D483 is #EF2B7C. Grayscale: #909090. Windows color (decimal): -15674237 or 8639504. OLE color: 8639504.

HSL color Cylindrical-coordinate representation of color #10D483: hue angle of 155.2º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10D483 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB16212131-
CMYK0.9200.380.17
HSL155.2º85.96%44.71%-
HSV(B)155.2º92.45%83.14%-
XYZ27.8548.8429.43-
YUV144.16120.5736.59-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.46%
GREEN value IS 212 (83.20% from 255) = 59.05%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=4.46%
G=59.05%
B=36.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal162121310.9200.380.17155.285.9644.71
Hex10D4835C026119b562d
Octal203242031340462123312655
Binary1000011010100100000111011100010011010001100110111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10D483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,212,131); }

 H1.HeaderClassName
 {
   color: #10D483;
 }
 .AnyTagClassName
 {
   color: #10D483;
 }
</style>
background-color css

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

 a { background-color: rgb(16,212,131); }

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

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

 span { border-color: rgb(16,212,131); }

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