Html Css Color HEX #69CDB1 Medium Aquamarine

📋 copy color: '#69CDB1'

red 105 ◦ green 205 ◦ blue 177

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

Shades of Medium Aquamarine #69CDB1

Tints of Medium Aquamarine #69CDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.34%

R = 21.56%
G = 42.09%
B = 36.34%

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

#69CDB1 (or 0x69CDB1) is known color: Medium Aquamarine. HEX triplet: 69, CD and B1. RGB value is (105,205,177). Sum of RGB (Red+Green+Blue) = 105+205+177=487 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.56% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CDB1 is #96324E. Grayscale: #ABABAB. Windows color (decimal): -9843279 or 11652457. OLE color: 11652457.

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

Color convert

RGB 105 205 177 -
CMYK 0.49 0 0.14 0.20
HSL 163.2º 0.5% 0.61% -
HSV(B) 163.2º 0.49% 0.8% -
XYZ 35.59 49.84 49.34 -
YUV 171.91 130.87 80.28 -
System Red Green Blue C M Y K H S L
Decimal 105 205 177 0.49 0 0.14 0.20 163.2 0.5 0.61
Hex 69 CD B1 31 0 E 14 A3 32 3D
Octal 151 315 261 61 0 16 24 243 62 75
Binary 1101001 11001101 10110001 110001 0 1110 10100 10100011 110010 111101

Color Harmonies of #69CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CDB1

Black with #69CDB1

Text Example


Text Example

White with #69CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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