Html Css Color HEX #68AB96 Keppel

📋 copy color: '#68AB96'

red 104 ◦ green 171 ◦ blue 150

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

Shades of Keppel #68AB96

Tints of Keppel #68AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.24%

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

R = 24.47%
G = 40.24%
B = 35.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#68AB96 (or 0x68AB96) is known color: Keppel. HEX triplet: 68, AB and 96. RGB value is (104,171,150). Sum of RGB (Red+Green+Blue) = 104+171+150=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 171 - color contains mainly: green. Hex color #68AB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AB96 is #975469. Grayscale: #949494. Windows color (decimal): -9917546 or 9874280. OLE color: 9874280.

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

Color convert

RGB 104 171 150 -
CMYK 0.39 0 0.12 0.33
HSL 161.19º 0.29% 0.54% -
HSV(B) 161.19º 0.39% 0.67% -
XYZ 25.78 34.27 34.11 -
YUV 148.57 128.8 96.21 -
System Red Green Blue C M Y K H S L
Decimal 104 171 150 0.39 0 0.12 0.33 161.19 0.29 0.54
Hex 68 AB 96 27 0 C 21 A1 1D 36
Octal 150 253 226 47 0 14 41 241 35 66
Binary 1101000 10101011 10010110 100111 0 1100 100001 10100001 11101 110110

Color Harmonies of #68AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AB96

Black with #68AB96

Text Example


Text Example

White with #68AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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