Html Css Color HEX #67D5AF Medium Aquamarine

📋 copy color: '#67D5AF'

red 103 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #67D5AF

Tints of Medium Aquamarine #67D5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.38%

 BLUE value IS 175 (68.75% from 255) = 35.64%

R = 20.98%
G = 43.38%
B = 35.64%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#67D5AF (or 0x67D5AF) is known color: Medium Aquamarine. HEX triplet: 67, D5 and AF. RGB value is (103,213,175). Sum of RGB (Red+Green+Blue) = 103+213+175=491 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.98% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #67D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67D5AF is #982A50. Grayscale: #AFAFAF. Windows color (decimal): -9972305 or 11523431. OLE color: 11523431.

HSL color Cylindrical-coordinate representation of color #67D5AF: hue angle of 159.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67D5AF is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 213 175 -
CMYK 0.52 0 0.18 0.16
HSL 159.27º 0.57% 0.62% -
HSV(B) 159.27º 0.52% 0.84% -
XYZ 37.13 53.57 48.94 -
YUV 175.78 127.56 76.09 -
System Red Green Blue C M Y K H S L
Decimal 103 213 175 0.52 0 0.18 0.16 159.27 0.57 0.62
Hex 67 D5 AF 34 0 12 10 9F 39 3E
Octal 147 325 257 64 0 22 20 237 71 76
Binary 1100111 11010101 10101111 110100 0 10010 10000 10011111 111001 111110

Color Harmonies of #67D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67D5AF

Black with #67D5AF

Text Example


Text Example

White with #67D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,213,175); }

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

background-color css

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

 a { background-color: rgb(103,213,175); }

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

border-color css

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

 span { border-color: rgb(103,213,175); }

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