Html Css Color HEX #00554C Mosque

📋 copy color: '#00554C'

red 0 ◦ green 85 ◦ blue 76

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

Shades of Mosque #00554C

Tints of Mosque #00554C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 0%
G = 52.8%
B = 47.2%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#00554C (or 0x00554C) is known color: Mosque. HEX triplet: 00, 55 and 4C. RGB value is (0,85,76). Sum of RGB (Red+Green+Blue) = 0+85+76=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #00554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00554C is #FFAAB3. Grayscale: #3A3A3A. Windows color (decimal): -16755380 or 5002496. OLE color: 5002496.

HSL color Cylindrical-coordinate representation of color #00554C: hue angle of 173.65º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00554C is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 85 76 -
CMYK 1 0 0.11 0.67
HSL 173.65º 1% 0.17% -
HSV(B) 173.65º 1% 0.33% -
XYZ 4.55 7.02 7.95 -
YUV 58.56 137.84 86.23 -
System Red Green Blue C M Y K H S L
Decimal 0 85 76 1 0 0.11 0.67 173.65 1 0.17
Hex 0 55 4C 64 0 B 43 AE 64 11
Octal 0 125 114 144 0 13 103 256 144 21
Binary 0 1010101 1001100 1100100 0 1011 1000011 10101110 1100100 10001

Color Harmonies of #00554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00554C

Black with #00554C

Text Example


Text Example

White with #00554C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00554C; }

 p { color: rgb(0,85,76); }

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

background-color css

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

 a { background-color: rgb(0,85,76); }

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

border-color css

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

 span { border-color: rgb(0,85,76); }

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