Html Css Color HEX #005F66 Blue Lagoon

📋 copy color: '#005F66'

red 0 ◦ green 95 ◦ blue 102

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

Shades of Blue Lagoon #005F66

Tints of Blue Lagoon #005F66

RGB

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

 GREEN value IS 95 (37.5% from 255) = 48.22%

 BLUE value IS 102 (40.23% from 255) = 51.78%

R = 0%
G = 48.22%
B = 51.78%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#005F66 (or 0x005F66) is known color: Blue Lagoon. HEX triplet: 00, 5F and 66. RGB value is (0,95,102). Sum of RGB (Red+Green+Blue) = 0+95+102=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 95 (37.5% from 255 or 48.22% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #005F66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005F66 is #FFA099. Grayscale: #434343. Windows color (decimal): -16752794 or 6708992. OLE color: 6708992.

HSL color Cylindrical-coordinate representation of color #005F66: hue angle of 184.12º 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 #005F66 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 0 95 102 -
CMYK 1 0.07 0 0.6
HSL 184.12º 1% 0.2% -
HSV(B) 184.12º 1% 0.4% -
XYZ 6.49 9.14 13.99 -
YUV 67.39 147.53 79.93 -
System Red Green Blue C M Y K H S L
Decimal 0 95 102 1 0.07 0 0.6 184.12 1 0.2
Hex 0 5F 66 64 7 0 3C B8 64 14
Octal 0 137 146 144 7 0 74 270 144 24
Binary 0 1011111 1100110 1100100 111 0 111100 10111000 1100100 10100

Color Harmonies of #005F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005F66

Black with #005F66

Text Example


Text Example

White with #005F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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