Html Css Color HEX #006658 Mosque

📋 copy color: '#006658'

red 0 ◦ green 102 ◦ blue 88

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

Shades of Mosque #006658

Tints of Mosque #006658

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.68%

 BLUE value IS 88 (34.77% from 255) = 46.32%

R = 0%
G = 53.68%
B = 46.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#006658 (or 0x006658) is known color: Mosque. HEX triplet: 00, 66 and 58. RGB value is (0,102,88). Sum of RGB (Red+Green+Blue) = 0+102+88=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #006658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006658 is #FF99A7. Grayscale: #454545. Windows color (decimal): -16751016 or 5793280. OLE color: 5793280.

HSL color Cylindrical-coordinate representation of color #006658: hue angle of 171.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006658 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 102 88 -
CMYK 1 0 0.14 0.6
HSL 171.76º 1% 0.2% -
HSV(B) 171.76º 1% 0.4% -
XYZ 6.51 10.21 10.86 -
YUV 69.91 138.21 78.14 -
System Red Green Blue C M Y K H S L
Decimal 0 102 88 1 0 0.14 0.6 171.76 1 0.2
Hex 0 66 58 64 0 E 3C AC 64 14
Octal 0 146 130 144 0 16 74 254 144 24
Binary 0 1100110 1011000 1100100 0 1110 111100 10101100 1100100 10100

Color Harmonies of #006658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006658

Black with #006658

Text Example


Text Example

White with #006658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006658; }

 p { color: rgb(0,102,88); }

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

background-color css

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

 a { background-color: rgb(0,102,88); }

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

border-color css

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

 span { border-color: rgb(0,102,88); }

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