Html Css Color HEX #69CAB2 Medium Aquamarine

📋 copy color: '#69CAB2'

red 105 ◦ green 202 ◦ blue 178

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

Shades of Medium Aquamarine #69CAB2

Tints of Medium Aquamarine #69CAB2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 21.65%
G = 41.65%
B = 36.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#69CAB2 (or 0x69CAB2) is known color: Medium Aquamarine. HEX triplet: 69, CA and B2. RGB value is (105,202,178). Sum of RGB (Red+Green+Blue) = 105+202+178=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #69CAB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CAB2 is #96354D. Grayscale: #AAAAAA. Windows color (decimal): -9844046 or 11717225. OLE color: 11717225.

HSL color Cylindrical-coordinate representation of color #69CAB2: hue angle of 165.15º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CAB2 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB 105 202 178 -
CMYK 0.48 0 0.12 0.21
HSL 165.15º 0.48% 0.6% -
HSV(B) 165.15º 0.48% 0.79% -
XYZ 34.98 48.46 49.63 -
YUV 170.26 132.36 81.45 -
System Red Green Blue C M Y K H S L
Decimal 105 202 178 0.48 0 0.12 0.21 165.15 0.48 0.6
Hex 69 CA B2 30 0 C 15 A5 30 3C
Octal 151 312 262 60 0 14 25 245 60 74
Binary 1101001 11001010 10110010 110000 0 1100 10101 10100101 110000 111100

Color Harmonies of #69CAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CAB2

Black with #69CAB2

Text Example


Text Example

White with #69CAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,202,178); }

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

background-color css

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

 a { background-color: rgb(105,202,178); }

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

border-color css

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

 span { border-color: rgb(105,202,178); }

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