#67BDA4

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

Shades of Keppel #67BDA4

Tints of Keppel #67BDA4

Color information

#67BDA4 (or 0x67BDA4) is unknown color: approx Keppel. HEX triplet: 67, BD and A4. RGB value is (103,189,164). Sum of RGB (Red+Green+Blue) = 103+189+164=456 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.59% from 456); Green value is 189 (74.22% from 255 or 41.45% from 456); Blue value is 164 (64.45% from 255 or 35.96% from 456); Max value from RGB is 189 - color contains mainly: green. Hex color #67BDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BDA4 is #98425B. Grayscale: #A0A0A0. Windows color (decimal): -9978460 or 10796391. OLE color: 10796391.

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

Color convert

RGB103189164-
CMYK0.4600.130.26
HSL162.56º39.45%57.25%-
HSV(B)162.56º45.5%74.12%-
XYZ30.4941.9641.61-
YUV160.44130.0187.03-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 22.59%
GREEN value IS 189 (74.22% from 255) = 41.45%
BLUE value IS 164 (64.45% from 255) = 35.96%
R=22.59%
G=41.45%
B=35.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1031891640.4600.130.26162.5639.4557.25
Hex67BDA42E0D1Aa32739
Octal14727524456015322434771
Binary11001111011110110100100101110011011101010100011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67BDA4; }

 p { color: rgb(103,189,164); }

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

<style>
 a { background-color: #67BDA4; }

 a { background-color: rgb(103,189,164); }

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

<style>
 span { border-color: #67BDA4; }

 span { border-color: rgb(103,189,164); }

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