#6cbca1

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

Shades of Keppel #6CBCA1

Tints of Keppel #6CBCA1

Color information

#6CBCA1 (or 0x6CBCA1) is unknown color: approx Keppel. HEX triplet: 6C, BC and A1. RGB value is (108,188,161). Sum of RGB (Red+Green+Blue) = 108+188+161=457 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.63% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 188 - color contains mainly: green. Hex color #6CBCA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CBCA1 is #93435E. Grayscale: #A1A1A1. Windows color (decimal): -9651039 or 10599532. OLE color: 10599532.

HSL color Cylindrical-coordinate representation of color #6CBCA1: hue angle of 159.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6CBCA1 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB108188161-
CMYK0.4300.140.26
HSL159.75º37.38%58.04%-
HSV(B)159.75º42.55%73.73%-
XYZ30.641.7340.16-
YUV16112890.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.63%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 161 (63.28% from 255) = 35.23%
R=23.63%
G=41.14%
B=35.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1081881610.4300.140.26159.7537.3858.04
Hex6CBCA12B0E1Aa0253a
Octal15427424153016322404572
Binary11011001011110010100001101011011101101010100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6cbca1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6cbca1; }

 p { color: rgb(108,188,161); }

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

<style>
 a { background-color: #6cbca1; }

 a { background-color: rgb(108,188,161); }

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

<style>
 span { border-color: #6cbca1; }

 span { border-color: rgb(108,188,161); }

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