Html Css Color HEX #69A99A Keppel

📋 copy color: '#69A99A'

red 105 ◦ green 169 ◦ blue 154

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

Shades of Keppel #69A99A

Tints of Keppel #69A99A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.49%

 BLUE value IS 154 (60.55% from 255) = 35.98%

R = 24.53%
G = 39.49%
B = 35.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#69A99A (or 0x69A99A) is known color: Keppel. HEX triplet: 69, A9 and 9A. RGB value is (105,169,154). Sum of RGB (Red+Green+Blue) = 105+169+154=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 169 - color contains mainly: green. Hex color #69A99A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A99A is #965665. Grayscale: #949494. Windows color (decimal): -9852518 or 10135913. OLE color: 10135913.

HSL color Cylindrical-coordinate representation of color #69A99A: hue angle of 165.94º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #69A99A is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB 105 169 154 -
CMYK 0.38 0 0.09 0.34
HSL 165.94º 0.27% 0.54% -
HSV(B) 165.94º 0.38% 0.66% -
XYZ 25.85 33.71 35.72 -
YUV 148.15 131.3 97.22 -
System Red Green Blue C M Y K H S L
Decimal 105 169 154 0.38 0 0.09 0.34 165.94 0.27 0.54
Hex 69 A9 9A 26 0 9 22 A6 1B 36
Octal 151 251 232 46 0 11 42 246 33 66
Binary 1101001 10101001 10011010 100110 0 1001 100010 10100110 11011 110110

Color Harmonies of #69A99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A99A

Black with #69A99A

Text Example


Text Example

White with #69A99A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,169,154); }

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

background-color css

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

 a { background-color: rgb(105,169,154); }

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

border-color css

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

 span { border-color: rgb(105,169,154); }

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