Html Css Color HEX #025353 Sherpa Blue

📋 copy color: '#025353'

red 2 ◦ green 83 ◦ blue 83

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

Shades of Sherpa Blue #025353

Tints of Sherpa Blue #025353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 49.4%

R = 1.19%
G = 49.4%
B = 49.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#025353 (or 0x025353) is known color: Sherpa Blue. HEX triplet: 02, 53 and 53. RGB value is (2,83,83). Sum of RGB (Red+Green+Blue) = 2+83+83=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 83 (32.81% from 255 or 49.40% from 168); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #025353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025353 is #FDACAC. Grayscale: #3A3A3A. Windows color (decimal): -16624813 or 5460738. OLE color: 5460738.

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

Color convert

RGB 2 83 83 -
CMYK 0.98 0 0 0.67
HSL 180º 0.95% 0.17% -
HSV(B) 180º 0.98% 0.33% -
XYZ 4.68 6.82 9.25 -
YUV 58.78 141.66 87.5 -
System Red Green Blue C M Y K H S L
Decimal 2 83 83 0.98 0 0 0.67 180 0.95 0.17
Hex 2 53 53 62 0 0 43 B4 5F 11
Octal 2 123 123 142 0 0 103 264 137 21
Binary 10 1010011 1010011 1100010 0 0 1000011 10110100 1011111 10001

Color Harmonies of #025353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025353

Black with #025353

Text Example


Text Example

White with #025353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025353; }

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

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

background-color css

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

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

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

border-color css

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

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

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