Html Css Color HEX #69AF9C Keppel

📋 copy color: '#69AF9C'

red 105 ◦ green 175 ◦ blue 156

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

Shades of Keppel #69AF9C

Tints of Keppel #69AF9C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.14%

 BLUE value IS 156 (61.33% from 255) = 35.78%

R = 24.08%
G = 40.14%
B = 35.78%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#69AF9C (or 0x69AF9C) is known color: Keppel. HEX triplet: 69, AF and 9C. RGB value is (105,175,156). Sum of RGB (Red+Green+Blue) = 105+175+156=436 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.08% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 156 (61.33% from 255 or 35.78% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #69AF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69AF9C is #965063. Grayscale: #979797. Windows color (decimal): -9850980 or 10268521. OLE color: 10268521.

HSL color Cylindrical-coordinate representation of color #69AF9C: hue angle of 163.71º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AF9C is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 175 156 -
CMYK 0.40 0 0.11 0.31
HSL 163.71º 0.3% 0.55% -
HSV(B) 163.71º 0.4% 0.69% -
XYZ 27.16 36.06 36.98 -
YUV 151.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 105 175 156 0.40 0 0.11 0.31 163.71 0.3 0.55
Hex 69 AF 9C 28 0 B 1F A4 1E 37
Octal 151 257 234 50 0 13 37 244 36 67
Binary 1101001 10101111 10011100 101000 0 1011 11111 10100100 11110 110111

Color Harmonies of #69AF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69AF9C

Black with #69AF9C

Text Example


Text Example

White with #69AF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,175,156); }

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

background-color css

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

 a { background-color: rgb(105,175,156); }

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

border-color css

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

 span { border-color: rgb(105,175,156); }

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