Html Css Color HEX #02534E Sherpa Blue

📋 copy color: '#02534E'

red 2 ◦ green 83 ◦ blue 78

#02534E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sherpa Blue #02534E

Tints of Sherpa Blue #02534E

RGB

 RED value IS 2 (1.17% from 255) = 1.23%

 GREEN value IS 83 (32.81% from 255) = 50.92%

 BLUE value IS 78 (30.86% from 255) = 47.85%

R = 1.23%
G = 50.92%
B = 47.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#02534E (or 0x02534E) is known color: Sherpa Blue. HEX triplet: 02, 53 and 4E. RGB value is (2,83,78). Sum of RGB (Red+Green+Blue) = 2+83+78=163 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #02534E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02534E is #FDACB1. Grayscale: #3A3A3A. Windows color (decimal): -16624818 or 5133058. OLE color: 5133058.

HSL color Cylindrical-coordinate representation of color #02534E: hue angle of 176.3º 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 #02534E is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 83 78 -
CMYK 0.98 0 0.06 0.67
HSL 176.3º 0.95% 0.17% -
HSV(B) 176.3º 0.98% 0.33% -
XYZ 4.49 6.75 8.27 -
YUV 58.21 139.16 87.91 -
System Red Green Blue C M Y K H S L
Decimal 2 83 78 0.98 0 0.06 0.67 176.3 0.95 0.17
Hex 2 53 4E 62 0 6 43 B0 5F 11
Octal 2 123 116 142 0 6 103 260 137 21
Binary 10 1010011 1001110 1100010 0 110 1000011 10110000 1011111 10001

Color Harmonies of #02534E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02534E

Black with #02534E

Text Example


Text Example

White with #02534E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02534E;
 }
 .AnyTagClassName
 {
   color: #02534E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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