Html Css Color HEX #68C0A0 Keppel

📋 copy color: '#68C0A0'

red 104 ◦ green 192 ◦ blue 160

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

Shades of Keppel #68C0A0

Tints of Keppel #68C0A0

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.11%

 BLUE value IS 160 (62.89% from 255) = 35.09%

R = 22.81%
G = 42.11%
B = 35.09%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#68C0A0 (or 0x68C0A0) is known color: Keppel. HEX triplet: 68, C0 and A0. RGB value is (104,192,160). Sum of RGB (Red+Green+Blue) = 104+192+160=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #68C0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68C0A0 is #973F5F. Grayscale: #A2A2A2. Windows color (decimal): -9912160 or 10535016. OLE color: 10535016.

HSL color Cylindrical-coordinate representation of color #68C0A0: hue angle of 158.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #68C0A0 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 104 192 160 -
CMYK 0.46 0 0.17 0.25
HSL 158.18º 0.41% 0.58% -
HSV(B) 158.18º 0.46% 0.75% -
XYZ 30.9 43.18 39.96 -
YUV 162.04 126.85 86.6 -
System Red Green Blue C M Y K H S L
Decimal 104 192 160 0.46 0 0.17 0.25 158.18 0.41 0.58
Hex 68 C0 A0 2E 0 11 19 9E 29 3A
Octal 150 300 240 56 0 21 31 236 51 72
Binary 1101000 11000000 10100000 101110 0 10001 11001 10011110 101001 111010

Color Harmonies of #68C0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C0A0

Black with #68C0A0

Text Example


Text Example

White with #68C0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,192,160); }

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

background-color css

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

 a { background-color: rgb(104,192,160); }

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

border-color css

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

 span { border-color: rgb(104,192,160); }

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