Html Css Color HEX #006572 Blue Lagoon

📋 copy color: '#006572'

red 0 ◦ green 101 ◦ blue 114

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

Shades of Blue Lagoon #006572

Tints of Blue Lagoon #006572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 0%
G = 46.98%
B = 53.02%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#006572 (or 0x006572) is known color: Blue Lagoon. HEX triplet: 00, 65 and 72. RGB value is (0,101,114). Sum of RGB (Red+Green+Blue) = 0+101+114=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 101 (39.84% from 255 or 46.98% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #006572 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006572 is #FF9A8D. Grayscale: #484848. Windows color (decimal): -16751246 or 7496960. OLE color: 7496960.

HSL color Cylindrical-coordinate representation of color #006572: hue angle of 186.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006572 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 0 101 114 -
CMYK 1 0.11 0 0.55
HSL 186.84º 1% 0.22% -
HSV(B) 186.84º 1% 0.45% -
XYZ 7.69 10.52 17.55 -
YUV 72.28 151.54 76.44 -
System Red Green Blue C M Y K H S L
Decimal 0 101 114 1 0.11 0 0.55 186.84 1 0.22
Hex 0 65 72 64 B 0 37 BB 64 16
Octal 0 145 162 144 13 0 67 273 144 26
Binary 0 1100101 1110010 1100100 1011 0 110111 10111011 1100100 10110

Color Harmonies of #006572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006572

Black with #006572

Text Example


Text Example

White with #006572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006572; }

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

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

background-color css

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

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

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

border-color css

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

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

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