Html Css Color HEX #69CFAA Medium Aquamarine

📋 copy color: '#69CFAA'

red 105 ◦ green 207 ◦ blue 170

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

Shades of Medium Aquamarine #69CFAA

Tints of Medium Aquamarine #69CFAA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.95%

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 21.78%
G = 42.95%
B = 35.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#69CFAA (or 0x69CFAA) is known color: Medium Aquamarine. HEX triplet: 69, CF and AA. RGB value is (105,207,170). Sum of RGB (Red+Green+Blue) = 105+207+170=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #69CFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CFAA is #963055. Grayscale: #ACACAC. Windows color (decimal): -9842774 or 11194217. OLE color: 11194217.

HSL color Cylindrical-coordinate representation of color #69CFAA: hue angle of 158.24º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CFAA is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 207 170 -
CMYK 0.49 0 0.18 0.19
HSL 158.24º 0.52% 0.61% -
HSV(B) 158.24º 0.49% 0.81% -
XYZ 35.39 50.53 45.92 -
YUV 172.28 126.71 80.01 -
System Red Green Blue C M Y K H S L
Decimal 105 207 170 0.49 0 0.18 0.19 158.24 0.52 0.61
Hex 69 CF AA 31 0 12 13 9E 34 3D
Octal 151 317 252 61 0 22 23 236 64 75
Binary 1101001 11001111 10101010 110001 0 10010 10011 10011110 110100 111101

Color Harmonies of #69CFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CFAA

Black with #69CFAA

Text Example


Text Example

White with #69CFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,207,170); }

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

background-color css

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

 a { background-color: rgb(105,207,170); }

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

border-color css

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

 span { border-color: rgb(105,207,170); }

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