Html Css Color HEX #69CDB4 Medium Aquamarine

📋 copy color: '#69CDB4'

red 105 ◦ green 205 ◦ blue 180

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

Shades of Medium Aquamarine #69CDB4

Tints of Medium Aquamarine #69CDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.73%

R = 21.43%
G = 41.84%
B = 36.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#69CDB4 (or 0x69CDB4) is known color: Medium Aquamarine. HEX triplet: 69, CD and B4. RGB value is (105,205,180). Sum of RGB (Red+Green+Blue) = 105+205+180=490 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.43% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 180 (70.70% from 255 or 36.73% from 490); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CDB4 is #96324B. Grayscale: #ACACAC. Windows color (decimal): -9843276 or 11849065. OLE color: 11849065.

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

Color convert

RGB 105 205 180 -
CMYK 0.49 0 0.12 0.20
HSL 165º 0.5% 0.61% -
HSV(B) 165º 0.49% 0.8% -
XYZ 35.9 49.96 50.93 -
YUV 172.25 132.37 80.03 -
System Red Green Blue C M Y K H S L
Decimal 105 205 180 0.49 0 0.12 0.20 165 0.5 0.61
Hex 69 CD B4 31 0 C 14 A5 32 3D
Octal 151 315 264 61 0 14 24 245 62 75
Binary 1101001 11001101 10110100 110001 0 1100 10100 10100101 110010 111101

Color Harmonies of #69CDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDB4

Black with #69CDB4

Text Example


Text Example

White with #69CDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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