#6BB29D

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

Shades of Keppel #6BB29D

Tints of Keppel #6BB29D

Color information

#6BB29D (or 0x6BB29D) is unknown color: approx Keppel. HEX triplet: 6B, B2 and 9D. RGB value is (107,178,157). Sum of RGB (Red+Green+Blue) = 107+178+157=442 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.21% from 442); Green value is 178 (69.92% from 255 or 40.27% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 178 - color contains mainly: green. Hex color #6BB29D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB29D is #944D62. Grayscale: #9A9A9A. Windows color (decimal): -9719139 or 10334827. OLE color: 10334827.

HSL color Cylindrical-coordinate representation of color #6BB29D: hue angle of 162.25º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6BB29D is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB107178157-
CMYK0.4000.120.30
HSL162.25º31.56%55.88%-
HSV(B)162.25º39.89%69.8%-
XYZ28.0737.437.64-
YUV154.38129.4894.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.21%
GREEN value IS 178 (69.92% from 255) = 40.27%
BLUE value IS 157 (61.72% from 255) = 35.52%
R=24.21%
G=40.27%
B=35.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1071781570.4000.120.30162.2531.5655.88
Hex6BB29D280C1Ea22038
Octal15326223550014362424070
Binary11010111011001010011101101000011001111010100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BB29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,178,157); }

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

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

 a { background-color: rgb(107,178,157); }

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

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

 span { border-color: rgb(107,178,157); }

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