Html Css Color HEX #006260 Mosque

📋 copy color: '#006260'

red 0 ◦ green 98 ◦ blue 96

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

Shades of Mosque #006260

Tints of Mosque #006260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 50.52%

 BLUE value IS 96 (37.89% from 255) = 49.48%

R = 0%
G = 50.52%
B = 49.48%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#006260 (or 0x006260) is known color: Mosque. HEX triplet: 00, 62 and 60. RGB value is (0,98,96). Sum of RGB (Red+Green+Blue) = 0+98+96=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 96 (37.89% from 255 or 49.48% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #006260 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006260 is #FF9D9F. Grayscale: #444444. Windows color (decimal): -16752032 or 6316544. OLE color: 6316544.

HSL color Cylindrical-coordinate representation of color #006260: hue angle of 178.78º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006260 is Cyan = 1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 0 98 96 -
CMYK 1 0 0.02 0.62
HSL 178.78º 1% 0.19% -
HSV(B) 178.78º 1% 0.38% -
XYZ 6.48 9.58 12.57 -
YUV 68.47 143.53 79.16 -
System Red Green Blue C M Y K H S L
Decimal 0 98 96 1 0 0.02 0.62 178.78 1 0.19
Hex 0 62 60 64 0 2 3E B3 64 13
Octal 0 142 140 144 0 2 76 263 144 23
Binary 0 1100010 1100000 1100100 0 10 111110 10110011 1100100 10011

Color Harmonies of #006260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006260

Black with #006260

Text Example


Text Example

White with #006260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006260; }

 p { color: rgb(0,98,96); }

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

background-color css

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

 a { background-color: rgb(0,98,96); }

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

border-color css

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

 span { border-color: rgb(0,98,96); }

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