Html Css Color HEX #69CCB3 Medium Aquamarine

📋 copy color: '#69CCB3'

red 105 ◦ green 204 ◦ blue 179

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

Shades of Medium Aquamarine #69CCB3

Tints of Medium Aquamarine #69CCB3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.8%

 BLUE value IS 179 (70.31% from 255) = 36.68%

R = 21.52%
G = 41.8%
B = 36.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#69CCB3 (or 0x69CCB3) is known color: Medium Aquamarine. HEX triplet: 69, CC and B3. RGB value is (105,204,179). Sum of RGB (Red+Green+Blue) = 105+204+179=488 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.52% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 204 - color contains mainly: green. Hex color #69CCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CCB3 is #96334C. Grayscale: #ABABAB. Windows color (decimal): -9843533 or 11783273. OLE color: 11783273.

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

Color convert

RGB 105 204 179 -
CMYK 0.49 0 0.12 0.2
HSL 164.85º 0.49% 0.61% -
HSV(B) 164.85º 0.49% 0.8% -
XYZ 35.56 49.44 50.32 -
YUV 171.55 132.2 80.53 -
System Red Green Blue C M Y K H S L
Decimal 105 204 179 0.49 0 0.12 0.2 164.85 0.49 0.61
Hex 69 CC B3 31 0 C 14 A5 31 3D
Octal 151 314 263 61 0 14 24 245 61 75
Binary 1101001 11001100 10110011 110001 0 1100 10100 10100101 110001 111101

Color Harmonies of #69CCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CCB3

Black with #69CCB3

Text Example


Text Example

White with #69CCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,204,179); }

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

background-color css

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

 a { background-color: rgb(105,204,179); }

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

border-color css

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

 span { border-color: rgb(105,204,179); }

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