Html Css Color HEX #006275 Blue Lagoon

📋 copy color: '#006275'

red 0 ◦ green 98 ◦ blue 117

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

Shades of Blue Lagoon #006275

Tints of Blue Lagoon #006275

RGB

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

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

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

R = 0%
G = 45.58%
B = 54.42%

CMYK

 C value IS 1

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006275 (or 0x006275) is known color: Blue Lagoon. HEX triplet: 00, 62 and 75. RGB value is (0,98,117). Sum of RGB (Red+Green+Blue) = 0+98+117=215 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #006275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006275 is #FF9D8A. Grayscale: #464646. Windows color (decimal): -16752011 or 7692800. OLE color: 7692800.

HSL color Cylindrical-coordinate representation of color #006275: hue angle of 189.74º 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 #006275 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 98 117 -
CMYK 1 0.16 0 0.54
HSL 189.74º 1% 0.23% -
HSV(B) 189.74º 1% 0.46% -
XYZ 7.58 10.02 18.36 -
YUV 70.86 154.03 77.46 -
System Red Green Blue C M Y K H S L
Decimal 0 98 117 1 0.16 0 0.54 189.74 1 0.23
Hex 0 62 75 64 10 0 36 BE 64 17
Octal 0 142 165 144 20 0 66 276 144 27
Binary 0 1100010 1110101 1100100 10000 0 110110 10111110 1100100 10111

Color Harmonies of #006275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006275

Black with #006275

Text Example


Text Example

White with #006275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006275; }

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

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

background-color css

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

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

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

border-color css

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

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

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