Html Css Color HEX #68BCA0 Keppel

📋 copy color: '#68BCA0'

red 104 ◦ green 188 ◦ blue 160

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

Shades of Keppel #68BCA0

Tints of Keppel #68BCA0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.59%

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

R = 23.01%
G = 41.59%
B = 35.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#68BCA0 (or 0x68BCA0) is known color: Keppel. HEX triplet: 68, BC and A0. RGB value is (104,188,160). Sum of RGB (Red+Green+Blue) = 104+188+160=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 160 (62.89% from 255 or 35.40% from 452); Max value from RGB is 188 - color contains mainly: green. Hex color #68BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BCA0 is #97435F. Grayscale: #9F9F9F. Windows color (decimal): -9913184 or 10533992. OLE color: 10533992.

HSL color Cylindrical-coordinate representation of color #68BCA0: hue angle of 160º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BCA0 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 104 188 160 -
CMYK 0.45 0 0.15 0.26
HSL 160º 0.39% 0.57% -
HSV(B) 160º 0.45% 0.74% -
XYZ 30.04 41.45 39.67 -
YUV 159.69 128.17 88.28 -
System Red Green Blue C M Y K H S L
Decimal 104 188 160 0.45 0 0.15 0.26 160 0.39 0.57
Hex 68 BC A0 2D 0 F 1A A0 27 39
Octal 150 274 240 55 0 17 32 240 47 71
Binary 1101000 10111100 10100000 101101 0 1111 11010 10100000 100111 111001

Color Harmonies of #68BCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCA0

Black with #68BCA0

Text Example


Text Example

White with #68BCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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