Html Css Color HEX #67DBA5 Medium Aquamarine

📋 copy color: '#67DBA5'

red 103 ◦ green 219 ◦ blue 165

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

Shades of Medium Aquamarine #67DBA5

Tints of Medium Aquamarine #67DBA5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.97%

 BLUE value IS 165 (64.84% from 255) = 33.88%

R = 21.15%
G = 44.97%
B = 33.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#67DBA5 (or 0x67DBA5) is known color: Medium Aquamarine. HEX triplet: 67, DB and A5. RGB value is (103,219,165). Sum of RGB (Red+Green+Blue) = 103+219+165=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 219 (85.94% from 255 or 44.97% from 487); Blue value is 165 (64.84% from 255 or 33.88% from 487); Max value from RGB is 219 - color contains mainly: green. Hex color #67DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67DBA5 is #98245A. Grayscale: #B2B2B2. Windows color (decimal): -9970779 or 10869607. OLE color: 10869607.

HSL color Cylindrical-coordinate representation of color #67DBA5: hue angle of 152.07º 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 #67DBA5 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 219 165 -
CMYK 0.53 0 0.25 0.14
HSL 152.07º 0.62% 0.63% -
HSV(B) 152.07º 0.53% 0.86% -
XYZ 37.72 56.26 44.47 -
YUV 178.16 120.57 74.39 -
System Red Green Blue C M Y K H S L
Decimal 103 219 165 0.53 0 0.25 0.14 152.07 0.62 0.63
Hex 67 DB A5 35 0 19 E 98 3E 3F
Octal 147 333 245 65 0 31 16 230 76 77
Binary 1100111 11011011 10100101 110101 0 11001 1110 10011000 111110 111111

Color Harmonies of #67DBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67DBA5

Black with #67DBA5

Text Example


Text Example

White with #67DBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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