Html Css Color HEX #024C4A Sherpa Blue

📋 copy color: '#024C4A'

red 2 ◦ green 76 ◦ blue 74

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

Shades of Sherpa Blue #024C4A

Tints of Sherpa Blue #024C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 50%

 BLUE value IS 74 (29.3% from 255) = 48.68%

R = 1.32%
G = 50%
B = 48.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.70

RGB Variations

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

Color information

#024C4A (or 0x024C4A) is known color: Sherpa Blue. HEX triplet: 02, 4C and 4A. RGB value is (2,76,74). Sum of RGB (Red+Green+Blue) = 2+76+74=152 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #024C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024C4A is #FDB3B5. Grayscale: #353535. Windows color (decimal): -16626614 or 4869122. OLE color: 4869122.

HSL color Cylindrical-coordinate representation of color #024C4A: hue angle of 178.38º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024C4A is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 76 74 -
CMYK 0.97 0 0.03 0.70
HSL 178.38º 0.95% 0.15% -
HSV(B) 178.38º 0.97% 0.3% -
XYZ 3.85 5.68 7.37 -
YUV 53.65 139.48 91.16 -
System Red Green Blue C M Y K H S L
Decimal 2 76 74 0.97 0 0.03 0.70 178.38 0.95 0.15
Hex 2 4C 4A 61 0 3 46 B2 5F F
Octal 2 114 112 141 0 3 106 262 137 17
Binary 10 1001100 1001010 1100001 0 11 1000110 10110010 1011111 1111

Color Harmonies of #024C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024C4A

Black with #024C4A

Text Example


Text Example

White with #024C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024C4A; }

 p { color: rgb(2,76,74); }

 H1.HeaderClassName
 {
   color: #024C4A;
 }
 .AnyTagClassName
 {
   color: #024C4A;
 }
</style>

background-color css

<style>
 a { background-color: #024C4A; }

 a { background-color: rgb(2,76,74); }

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

border-color css

<style>
 span { border-color: #024C4A; }

 span { border-color: rgb(2,76,74); }

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