Html Css Color HEX #02553F Watercourse

📋 copy color: '#02553F'

red 2 ◦ green 85 ◦ blue 63

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

Shades of Watercourse #02553F

Tints of Watercourse #02553F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 56.67%

 BLUE value IS 63 (25% from 255) = 42%

R = 1.33%
G = 56.67%
B = 42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#02553F (or 0x02553F) is known color: Watercourse. HEX triplet: 02, 55 and 3F. RGB value is (2,85,63). Sum of RGB (Red+Green+Blue) = 2+85+63=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 85 (33.59% from 255 or 56.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 85 - color contains mainly: green. Hex color #02553F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #02553F is #FDAAC0. Grayscale: #393939. Windows color (decimal): -16624321 or 4150530. OLE color: 4150530.

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

Color convert

RGB 2 85 63 -
CMYK 0.98 0 0.26 0.67
HSL 164.1º 0.95% 0.17% -
HSV(B) 164.1º 0.98% 0.33% -
XYZ 4.17 6.87 5.81 -
YUV 57.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 2 85 63 0.98 0 0.26 0.67 164.1 0.95 0.17
Hex 2 55 3F 62 0 1A 43 A4 5F 11
Octal 2 125 77 142 0 32 103 244 137 21
Binary 10 1010101 111111 1100010 0 11010 1000011 10100100 1011111 10001

Color Harmonies of #02553F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02553F

Black with #02553F

Text Example


Text Example

White with #02553F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,85,63); }

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

background-color css

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

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

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

border-color css

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

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

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