#02534F

Color #02534F Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #02534F

Tints of Sherpa Blue #02534F

Color information

#02534F (or 0x02534F) is unknown color: approx Sherpa Blue. HEX triplet: 02, 53 and 4F. RGB value is (2,83,79). Sum of RGB (Red+Green+Blue) = 2+83+79=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 83 (32.81% from 255 or 50.61% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 83 - color contains mainly: green. Hex color #02534F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02534F is #FDACB0. Grayscale: #3A3A3A. Windows color (decimal): -16624817 or 5198594. OLE color: 5198594.

HSL color Cylindrical-coordinate representation of color #02534F: hue angle of 177.04º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02534F is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB28379-
CMYK0.9800.050.67
HSL177.04º95.29%16.67%-
HSV(B)177.04º97.59%32.55%-
XYZ4.536.768.46-
YUV58.32139.6687.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 83 (32.81% from 255) = 50.61%
BLUE value IS 79 (31.25% from 255) = 48.17%
R=1.22%
G=50.61%
B=48.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283790.9800.050.67177.0495.2916.67
Hex2534F620543b15f11
Octal21231171420510326113721
Binary101010011100111111000100101100001110110001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02534F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02534F; }

 p { color: rgb(2,83,79); }

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

<style>
 a { background-color: #02534F; }

 a { background-color: rgb(2,83,79); }

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

<style>
 span { border-color: #02534F; }

 span { border-color: rgb(2,83,79); }

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