Html Css Color HEX #69CBA4 Medium Aquamarine

📋 copy color: '#69CBA4'

red 105 ◦ green 203 ◦ blue 164

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

Shades of Medium Aquamarine #69CBA4

Tints of Medium Aquamarine #69CBA4

RGB

 RED value IS 105 (41.41% from 255) = 22.25%

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

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

R = 22.25%
G = 43.01%
B = 34.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#69CBA4 (or 0x69CBA4) is known color: Medium Aquamarine. HEX triplet: 69, CB and A4. RGB value is (105,203,164). Sum of RGB (Red+Green+Blue) = 105+203+164=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 164 (64.45% from 255 or 34.75% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBA4 is #96345B. Grayscale: #A9A9A9. Windows color (decimal): -9843804 or 10799977. OLE color: 10799977.

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

Color convert

RGB 105 203 164 -
CMYK 0.48 0 0.19 0.20
HSL 156.12º 0.49% 0.6% -
HSV(B) 156.12º 0.48% 0.8% -
XYZ 33.88 48.4 42.68 -
YUV 169.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 105 203 164 0.48 0 0.19 0.20 156.12 0.49 0.6
Hex 69 CB A4 30 0 13 14 9C 31 3C
Octal 151 313 244 60 0 23 24 234 61 74
Binary 1101001 11001011 10100100 110000 0 10011 10100 10011100 110001 111100

Color Harmonies of #69CBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CBA4

Black with #69CBA4

Text Example


Text Example

White with #69CBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CBA4; }

 p { color: rgb(105,203,164); }

 H1.HeaderClassName
 {
   color: #69CBA4;
 }
 .AnyTagClassName
 {
   color: #69CBA4;
 }
</style>

background-color css

<style>
 a { background-color: #69CBA4; }

 a { background-color: rgb(105,203,164); }

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

border-color css

<style>
 span { border-color: #69CBA4; }

 span { border-color: rgb(105,203,164); }

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