Html Css Color HEX #69AD99 Keppel

📋 copy color: '#69AD99'

red 105 ◦ green 173 ◦ blue 153

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

Shades of Keppel #69AD99

Tints of Keppel #69AD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.14%

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

R = 24.36%
G = 40.14%
B = 35.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.32

RGB Variations

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

Color information

#69AD99 (or 0x69AD99) is known color: Keppel. HEX triplet: 69, AD and 99. RGB value is (105,173,153). Sum of RGB (Red+Green+Blue) = 105+173+153=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #69AD99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AD99 is #965266. Grayscale: #969696. Windows color (decimal): -9851495 or 10071401. OLE color: 10071401.

HSL color Cylindrical-coordinate representation of color #69AD99: hue angle of 162.35º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AD99 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 173 153 -
CMYK 0.39 0 0.12 0.32
HSL 162.35º 0.29% 0.55% -
HSV(B) 162.35º 0.39% 0.68% -
XYZ 26.52 35.19 35.53 -
YUV 150.39 129.47 95.63 -
System Red Green Blue C M Y K H S L
Decimal 105 173 153 0.39 0 0.12 0.32 162.35 0.29 0.55
Hex 69 AD 99 27 0 C 20 A2 1D 37
Octal 151 255 231 47 0 14 40 242 35 67
Binary 1101001 10101101 10011001 100111 0 1100 100000 10100010 11101 110111

Color Harmonies of #69AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AD99

Black with #69AD99

Text Example


Text Example

White with #69AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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