Html Css Color HEX #68AC96 Keppel

📋 copy color: '#68AC96'

red 104 ◦ green 172 ◦ blue 150

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

Shades of Keppel #68AC96

Tints of Keppel #68AC96

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.38%

 BLUE value IS 150 (58.98% from 255) = 35.21%

R = 24.41%
G = 40.38%
B = 35.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#68AC96 (or 0x68AC96) is known color: Keppel. HEX triplet: 68, AC and 96. RGB value is (104,172,150). Sum of RGB (Red+Green+Blue) = 104+172+150=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 172 (67.58% from 255 or 40.38% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC96 is #975369. Grayscale: #959595. Windows color (decimal): -9917290 or 9874536. OLE color: 9874536.

HSL color Cylindrical-coordinate representation of color #68AC96: hue angle of 160.59º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC96 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 172 150 -
CMYK 0.40 0 0.13 0.33
HSL 160.59º 0.29% 0.54% -
HSV(B) 160.59º 0.4% 0.67% -
XYZ 25.97 34.65 34.17 -
YUV 149.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 104 172 150 0.40 0 0.13 0.33 160.59 0.29 0.54
Hex 68 AC 96 28 0 D 21 A1 1D 36
Octal 150 254 226 50 0 15 41 241 35 66
Binary 1101000 10101100 10010110 101000 0 1101 100001 10100001 11101 110110

Color Harmonies of #68AC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AC96

Black with #68AC96

Text Example


Text Example

White with #68AC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,172,150); }

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

background-color css

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

 a { background-color: rgb(104,172,150); }

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

border-color css

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

 span { border-color: rgb(104,172,150); }

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