Html Css Color HEX #67CBA5 Medium Aquamarine

📋 copy color: '#67CBA5'

red 103 ◦ green 203 ◦ blue 165

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

Shades of Medium Aquamarine #67CBA5

Tints of Medium Aquamarine #67CBA5

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.1%

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

R = 21.87%
G = 43.1%
B = 35.03%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#67CBA5 (or 0x67CBA5) is known color: Medium Aquamarine. HEX triplet: 67, CB and A5. RGB value is (103,203,165). Sum of RGB (Red+Green+Blue) = 103+203+165=471 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.87% from 471); Green value is 203 (79.69% from 255 or 43.10% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 203 - color contains mainly: green. Hex color #67CBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67CBA5 is #98345A. Grayscale: #A8A8A8. Windows color (decimal): -9974875 or 10865511. OLE color: 10865511.

HSL color Cylindrical-coordinate representation of color #67CBA5: hue angle of 157.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #67CBA5 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 203 165 -
CMYK 0.49 0 0.19 0.20
HSL 157.2º 0.49% 0.6% -
HSV(B) 157.2º 0.49% 0.8% -
XYZ 33.74 48.31 43.14 -
YUV 168.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 103 203 165 0.49 0 0.19 0.20 157.2 0.49 0.6
Hex 67 CB A5 31 0 13 14 9D 31 3C
Octal 147 313 245 61 0 23 24 235 61 74
Binary 1100111 11001011 10100101 110001 0 10011 10100 10011101 110001 111100

Color Harmonies of #67CBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67CBA5

Black with #67CBA5

Text Example


Text Example

White with #67CBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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