Html Css Color HEX #69CBAB Medium Aquamarine

📋 copy color: '#69CBAB'

red 105 ◦ green 203 ◦ blue 171

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

Shades of Medium Aquamarine #69CBAB

Tints of Medium Aquamarine #69CBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.7%

R = 21.92%
G = 42.38%
B = 35.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#69CBAB (or 0x69CBAB) is known color: Medium Aquamarine. HEX triplet: 69, CB and AB. RGB value is (105,203,171). Sum of RGB (Red+Green+Blue) = 105+203+171=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBAB is #963454. Grayscale: #AAAAAA. Windows color (decimal): -9843797 or 11258729. OLE color: 11258729.

HSL color Cylindrical-coordinate representation of color #69CBAB: hue angle of 160.41º 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 #69CBAB is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 203 171 -
CMYK 0.48 0 0.16 0.20
HSL 160.41º 0.49% 0.6% -
HSV(B) 160.41º 0.48% 0.8% -
XYZ 34.53 48.66 46.1 -
YUV 170.05 128.53 81.6 -
System Red Green Blue C M Y K H S L
Decimal 105 203 171 0.48 0 0.16 0.20 160.41 0.49 0.6
Hex 69 CB AB 30 0 10 14 A0 31 3C
Octal 151 313 253 60 0 20 24 240 61 74
Binary 1101001 11001011 10101011 110000 0 10000 10100 10100000 110001 111100

Color Harmonies of #69CBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CBAB

Black with #69CBAB

Text Example


Text Example

White with #69CBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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