Html Css Color HEX #69CBB1 Medium Aquamarine

📋 copy color: '#69CBB1'

red 105 ◦ green 203 ◦ blue 177

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

Shades of Medium Aquamarine #69CBB1

Tints of Medium Aquamarine #69CBB1

RGB

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

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

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

R = 21.65%
G = 41.86%
B = 36.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#69CBB1 (or 0x69CBB1) is known color: Medium Aquamarine. HEX triplet: 69, CB and B1. RGB value is (105,203,177). Sum of RGB (Red+Green+Blue) = 105+203+177=485 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.65% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 203 - color contains mainly: green. Hex color #69CBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CBB1 is #96344E. Grayscale: #AAAAAA. Windows color (decimal): -9843791 or 11651945. OLE color: 11651945.

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

Color convert

RGB 105 203 177 -
CMYK 0.48 0 0.13 0.20
HSL 164.08º 0.49% 0.6% -
HSV(B) 164.08º 0.48% 0.8% -
XYZ 35.12 48.89 49.18 -
YUV 170.73 131.53 81.11 -
System Red Green Blue C M Y K H S L
Decimal 105 203 177 0.48 0 0.13 0.20 164.08 0.49 0.6
Hex 69 CB B1 30 0 D 14 A4 31 3C
Octal 151 313 261 60 0 15 24 244 61 74
Binary 1101001 11001011 10110001 110000 0 1101 10100 10100100 110001 111100

Color Harmonies of #69CBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CBB1

Black with #69CBB1

Text Example


Text Example

White with #69CBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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