#67DBB1

Color #67DBB1 Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #67DBB1

Tints of Medium Aquamarine #67DBB1

Color information

#67DBB1 (or 0x67DBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 67, DB and B1. RGB value is (103,219,177). Sum of RGB (Red+Green+Blue) = 103+219+177=499 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.64% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #67DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DBB1 is #98244E. Grayscale: #B3B3B3. Windows color (decimal): -9970767 or 11656039. OLE color: 11656039.

HSL color Cylindrical-coordinate representation of color #67DBB1: hue angle of 158.28º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DBB1 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB103219177-
CMYK0.5300.190.14
HSL158.28º61.7%63.14%-
HSV(B)158.28º52.97%85.88%-
XYZ38.8656.7250.5-
YUV179.53126.5773.42-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 20.64%
GREEN value IS 219 (85.94% from 255) = 43.89%
BLUE value IS 177 (69.53% from 255) = 35.47%
R=20.64%
G=43.89%
B=35.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1032191770.5300.190.14158.2861.763.14
Hex67DBB135013E9e3e3f
Octal14733326165023162367677
Binary11001111101101110110001110101010011111010011110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67DBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67DBB1; }

 p { color: rgb(103,219,177); }

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

<style>
 a { background-color: #67DBB1; }

 a { background-color: rgb(103,219,177); }

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

<style>
 span { border-color: #67DBB1; }

 span { border-color: rgb(103,219,177); }

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