Html Css Color HEX #69CDB0 Medium Aquamarine

📋 copy color: '#69CDB0'

red 105 ◦ green 205 ◦ blue 176

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

Shades of Medium Aquamarine #69CDB0

Tints of Medium Aquamarine #69CDB0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.18%

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 21.6%
G = 42.18%
B = 36.21%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#69CDB0 (or 0x69CDB0) is known color: Medium Aquamarine. HEX triplet: 69, CD and B0. RGB value is (105,205,176). Sum of RGB (Red+Green+Blue) = 105+205+176=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CDB0 is #96324F. Grayscale: #ABABAB. Windows color (decimal): -9843280 or 11586921. OLE color: 11586921.

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

Color convert

RGB 105 205 176 -
CMYK 0.49 0 0.14 0.20
HSL 162.6º 0.5% 0.61% -
HSV(B) 162.6º 0.49% 0.8% -
XYZ 35.49 49.8 48.82 -
YUV 171.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 105 205 176 0.49 0 0.14 0.20 162.6 0.5 0.61
Hex 69 CD B0 31 0 E 14 A3 32 3D
Octal 151 315 260 61 0 16 24 243 62 75
Binary 1101001 11001101 10110000 110001 0 1110 10100 10100011 110010 111101

Color Harmonies of #69CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDB0

Black with #69CDB0

Text Example


Text Example

White with #69CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,205,176); }

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

background-color css

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

 a { background-color: rgb(105,205,176); }

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

border-color css

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

 span { border-color: rgb(105,205,176); }

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