Html Css Color HEX #69AA99 Keppel

📋 copy color: '#69AA99'

red 105 ◦ green 170 ◦ blue 153

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

Shades of Keppel #69AA99

Tints of Keppel #69AA99

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.72%

 BLUE value IS 153 (60.16% from 255) = 35.75%

R = 24.53%
G = 39.72%
B = 35.75%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#69AA99 (or 0x69AA99) is known color: Keppel. HEX triplet: 69, AA and 99. RGB value is (105,170,153). Sum of RGB (Red+Green+Blue) = 105+170+153=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AA99 is #965566. Grayscale: #949494. Windows color (decimal): -9852263 or 10070633. OLE color: 10070633.

HSL color Cylindrical-coordinate representation of color #69AA99: hue angle of 164.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69AA99 is Cyan = 0.38, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 170 153 -
CMYK 0.38 0 0.1 0.33
HSL 164.31º 0.28% 0.54% -
HSV(B) 164.31º 0.38% 0.67% -
XYZ 25.95 34.05 35.34 -
YUV 148.63 130.47 96.88 -
System Red Green Blue C M Y K H S L
Decimal 105 170 153 0.38 0 0.1 0.33 164.31 0.28 0.54
Hex 69 AA 99 26 0 A 21 A4 1C 36
Octal 151 252 231 46 0 12 41 244 34 66
Binary 1101001 10101010 10011001 100110 0 1010 100001 10100100 11100 110110

Color Harmonies of #69AA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AA99

Black with #69AA99

Text Example


Text Example

White with #69AA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,170,153); }

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

background-color css

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

 a { background-color: rgb(105,170,153); }

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

border-color css

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

 span { border-color: rgb(105,170,153); }

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