Html Css Color HEX #68AE96 Keppel

📋 copy color: '#68AE96'

red 104 ◦ green 174 ◦ blue 150

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

Shades of Keppel #68AE96

Tints of Keppel #68AE96

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.65%

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

R = 24.3%
G = 40.65%
B = 35.05%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#68AE96 (or 0x68AE96) is known color: Keppel. HEX triplet: 68, AE and 96. RGB value is (104,174,150). Sum of RGB (Red+Green+Blue) = 104+174+150=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #68AE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AE96 is #975169. Grayscale: #969696. Windows color (decimal): -9916778 or 9875048. OLE color: 9875048.

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

Color convert

RGB 104 174 150 -
CMYK 0.40 0 0.14 0.32
HSL 159.43º 0.3% 0.55% -
HSV(B) 159.43º 0.4% 0.68% -
XYZ 26.35 35.42 34.3 -
YUV 150.33 127.81 94.95 -
System Red Green Blue C M Y K H S L
Decimal 104 174 150 0.40 0 0.14 0.32 159.43 0.3 0.55
Hex 68 AE 96 28 0 E 20 9F 1E 37
Octal 150 256 226 50 0 16 40 237 36 67
Binary 1101000 10101110 10010110 101000 0 1110 100000 10011111 11110 110111

Color Harmonies of #68AE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AE96

Black with #68AE96

Text Example


Text Example

White with #68AE96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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