Html Css Color HEX #67DDA4 Medium Aquamarine

📋 copy color: '#67DDA4'

red 103 ◦ green 221 ◦ blue 164

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

Shades of Medium Aquamarine #67DDA4

Tints of Medium Aquamarine #67DDA4

RGB

 RED value IS 103 (40.63% from 255) = 21.11%

 GREEN value IS 221 (86.72% from 255) = 45.29%

 BLUE value IS 164 (64.45% from 255) = 33.61%

R = 21.11%
G = 45.29%
B = 33.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#67DDA4 (or 0x67DDA4) is known color: Medium Aquamarine. HEX triplet: 67, DD and A4. RGB value is (103,221,164). Sum of RGB (Red+Green+Blue) = 103+221+164=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 164 (64.45% from 255 or 33.61% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #67DDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DDA4 is #98225B. Grayscale: #B3B3B3. Windows color (decimal): -9970268 or 10804583. OLE color: 10804583.

HSL color Cylindrical-coordinate representation of color #67DDA4: hue angle of 151.02º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67DDA4 is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 221 164 -
CMYK 0.53 0 0.26 0.13
HSL 151.02º 0.63% 0.64% -
HSV(B) 151.02º 0.53% 0.87% -
XYZ 38.15 57.28 44.17 -
YUV 179.22 119.41 73.63 -
System Red Green Blue C M Y K H S L
Decimal 103 221 164 0.53 0 0.26 0.13 151.02 0.63 0.64
Hex 67 DD A4 35 0 1A D 97 3F 40
Octal 147 335 244 65 0 32 15 227 77 100
Binary 1100111 11011101 10100100 110101 0 11010 1101 10010111 111111 1000000

Color Harmonies of #67DDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DDA4

Black with #67DDA4

Text Example


Text Example

White with #67DDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,221,164); }

 H1.HeaderClassName
 {
   color: #67DDA4;
 }
 .AnyTagClassName
 {
   color: #67DDA4;
 }
</style>

background-color css

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

 a { background-color: rgb(103,221,164); }

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

border-color css

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

 span { border-color: rgb(103,221,164); }

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