Html Css Color HEX #68BA9D Keppel

📋 copy color: '#68BA9D'

red 104 ◦ green 186 ◦ blue 157

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

Shades of Keppel #68BA9D

Tints of Keppel #68BA9D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.61%

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 23.27%
G = 41.61%
B = 35.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#68BA9D (or 0x68BA9D) is known color: Keppel. HEX triplet: 68, BA and 9D. RGB value is (104,186,157). Sum of RGB (Red+Green+Blue) = 104+186+157=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #68BA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BA9D is #974562. Grayscale: #9E9E9E. Windows color (decimal): -9913699 or 10336872. OLE color: 10336872.

HSL color Cylindrical-coordinate representation of color #68BA9D: hue angle of 158.78º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #68BA9D is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 104 186 157 -
CMYK 0.44 0 0.16 0.27
HSL 158.78º 0.37% 0.57% -
HSV(B) 158.78º 0.44% 0.73% -
XYZ 29.35 40.5 38.17 -
YUV 158.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 104 186 157 0.44 0 0.16 0.27 158.78 0.37 0.57
Hex 68 BA 9D 2C 0 10 1B 9F 25 39
Octal 150 272 235 54 0 20 33 237 45 71
Binary 1101000 10111010 10011101 101100 0 10000 11011 10011111 100101 111001

Color Harmonies of #68BA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BA9D

Black with #68BA9D

Text Example


Text Example

White with #68BA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,186,157); }

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

background-color css

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

 a { background-color: rgb(104,186,157); }

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

border-color css

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

 span { border-color: rgb(104,186,157); }

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