Html Css Color HEX #02524D Sherpa Blue

📋 copy color: '#02524D'

red 2 ◦ green 82 ◦ blue 77

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

Shades of Sherpa Blue #02524D

Tints of Sherpa Blue #02524D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 50.93%

 BLUE value IS 77 (30.47% from 255) = 47.83%

R = 1.24%
G = 50.93%
B = 47.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#02524D (or 0x02524D) is known color: Sherpa Blue. HEX triplet: 02, 52 and 4D. RGB value is (2,82,77). Sum of RGB (Red+Green+Blue) = 2+82+77=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 77 (30.47% from 255 or 47.83% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #02524D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02524D is #FDADB2. Grayscale: #393939. Windows color (decimal): -16625075 or 5067266. OLE color: 5067266.

HSL color Cylindrical-coordinate representation of color #02524D: hue angle of 176.25º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02524D is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 82 77 -
CMYK 0.98 0 0.06 0.68
HSL 176.25º 0.95% 0.16% -
HSV(B) 176.25º 0.98% 0.32% -
XYZ 4.38 6.58 8.06 -
YUV 57.51 139 88.41 -
System Red Green Blue C M Y K H S L
Decimal 2 82 77 0.98 0 0.06 0.68 176.25 0.95 0.16
Hex 2 52 4D 62 0 6 44 B0 5F 10
Octal 2 122 115 142 0 6 104 260 137 20
Binary 10 1010010 1001101 1100010 0 110 1000100 10110000 1011111 10000

Color Harmonies of #02524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02524D

Black with #02524D

Text Example


Text Example

White with #02524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02524D; }

 p { color: rgb(2,82,77); }

 H1.HeaderClassName
 {
   color: #02524D;
 }
 .AnyTagClassName
 {
   color: #02524D;
 }
</style>

background-color css

<style>
 a { background-color: #02524D; }

 a { background-color: rgb(2,82,77); }

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

border-color css

<style>
 span { border-color: #02524D; }

 span { border-color: rgb(2,82,77); }

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