#68B09A

Color #68B09A Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #68B09A

Tints of Keppel #68B09A

Color information

#68B09A (or 0x68B09A) is unknown color: approx Keppel. HEX triplet: 68, B0 and 9A. RGB value is (104,176,154). Sum of RGB (Red+Green+Blue) = 104+176+154=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 176 - color contains mainly: green. Hex color #68B09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68B09A is #974F65. Grayscale: #979797. Windows color (decimal): -9916262 or 10137704. OLE color: 10137704.

HSL color Cylindrical-coordinate representation of color #68B09A: hue angle of 161.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68B09A is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB104176154-
CMYK0.4100.120.31
HSL161.67º31.3%54.9%-
HSV(B)161.67º40.91%69.02%-
XYZ27.0736.3336.16-
YUV151.96129.1593.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 176 (69.14% from 255) = 40.55%
BLUE value IS 154 (60.55% from 255) = 35.48%
R=23.96%
G=40.55%
B=35.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1041761540.4100.120.31161.6731.354.9
Hex68B09A290C1Fa21f37
Octal15026023251014372423767
Binary1101000101100001001101010100101100111111010001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,176,154); }

 H1.HeaderClassName
 {
   color: #68B09A;
 }
 .AnyTagClassName
 {
   color: #68B09A;
 }
</style>
background-color css

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

 a { background-color: rgb(104,176,154); }

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

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

 span { border-color: rgb(104,176,154); }

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