Html Css Color HEX #006575 Blue Lagoon

📋 copy color: '#006575'

red 0 ◦ green 101 ◦ blue 117

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

Shades of Blue Lagoon #006575

Tints of Blue Lagoon #006575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.33%

 BLUE value IS 117 (46.09% from 255) = 53.67%

R = 0%
G = 46.33%
B = 53.67%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006575 (or 0x006575) is known color: Blue Lagoon. HEX triplet: 00, 65 and 75. RGB value is (0,101,117). Sum of RGB (Red+Green+Blue) = 0+101+117=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 117 (46.09% from 255 or 53.67% from 218); Max value from RGB is 117 - color contains mainly: blue. Hex color #006575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006575 is #FF9A8A. Grayscale: #484848. Windows color (decimal): -16751243 or 7693568. OLE color: 7693568.

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

Color convert

RGB 0 101 117 -
CMYK 1 0.14 0 0.54
HSL 188.21º 1% 0.23% -
HSV(B) 188.21º 1% 0.46% -
XYZ 7.86 10.59 18.46 -
YUV 72.63 153.04 76.2 -
System Red Green Blue C M Y K H S L
Decimal 0 101 117 1 0.14 0 0.54 188.21 1 0.23
Hex 0 65 75 64 E 0 36 BC 64 17
Octal 0 145 165 144 16 0 66 274 144 27
Binary 0 1100101 1110101 1100100 1110 0 110110 10111100 1100100 10111

Color Harmonies of #006575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006575

Black with #006575

Text Example


Text Example

White with #006575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006575; }

 p { color: rgb(0,101,117); }

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

background-color css

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

 a { background-color: rgb(0,101,117); }

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

border-color css

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

 span { border-color: rgb(0,101,117); }

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