Html Css Color HEX #68AD9A Keppel

📋 copy color: '#68AD9A'

red 104 ◦ green 173 ◦ blue 154

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

Shades of Keppel #68AD9A

Tints of Keppel #68AD9A

RGB

 RED value IS 104 (41.02% from 255) = 24.13%

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

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

R = 24.13%
G = 40.14%
B = 35.73%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.32

RGB Variations

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

Color information

#68AD9A (or 0x68AD9A) is known color: Keppel. HEX triplet: 68, AD and 9A. RGB value is (104,173,154). Sum of RGB (Red+Green+Blue) = 104+173+154=431 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.13% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AD9A is #975265. Grayscale: #969696. Windows color (decimal): -9917030 or 10136936. OLE color: 10136936.

HSL color Cylindrical-coordinate representation of color #68AD9A: hue angle of 163.48º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD9A is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB 104 173 154 -
CMYK 0.40 0 0.11 0.32
HSL 163.48º 0.3% 0.54% -
HSV(B) 163.48º 0.4% 0.68% -
XYZ 26.49 35.16 35.96 -
YUV 150.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 104 173 154 0.40 0 0.11 0.32 163.48 0.3 0.54
Hex 68 AD 9A 28 0 B 20 A3 1E 36
Octal 150 255 232 50 0 13 40 243 36 66
Binary 1101000 10101101 10011010 101000 0 1011 100000 10100011 11110 110110

Color Harmonies of #68AD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AD9A

Black with #68AD9A

Text Example


Text Example

White with #68AD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68AD9A; }

 p { color: rgb(104,173,154); }

 H1.HeaderClassName
 {
   color: #68AD9A;
 }
 .AnyTagClassName
 {
   color: #68AD9A;
 }
</style>

background-color css

<style>
 a { background-color: #68AD9A; }

 a { background-color: rgb(104,173,154); }

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

border-color css

<style>
 span { border-color: #68AD9A; }

 span { border-color: rgb(104,173,154); }

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