Html Css Color HEX #006A75 Blue Lagoon

📋 copy color: '#006A75'

red 0 ◦ green 106 ◦ blue 117

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

Shades of Blue Lagoon #006A75

Tints of Blue Lagoon #006A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.53%

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

R = 0%
G = 47.53%
B = 52.47%

CMYK

 C value IS 1

 M value IS 0.09

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#006A75 (or 0x006A75) is known color: Blue Lagoon. HEX triplet: 00, 6A and 75. RGB value is (0,106,117). Sum of RGB (Red+Green+Blue) = 0+106+117=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 106 (41.80% from 255 or 47.53% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #006A75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A75 is #FF958A. Grayscale: #4B4B4B. Windows color (decimal): -16749963 or 7694848. OLE color: 7694848.

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

Color convert

RGB 0 106 117 -
CMYK 1 0.09 0 0.54
HSL 185.64º 1% 0.23% -
HSV(B) 185.64º 1% 0.46% -
XYZ 8.36 11.59 18.63 -
YUV 75.56 151.38 74.11 -
System Red Green Blue C M Y K H S L
Decimal 0 106 117 1 0.09 0 0.54 185.64 1 0.23
Hex 0 6A 75 64 9 0 36 BA 64 17
Octal 0 152 165 144 11 0 66 272 144 27
Binary 0 1101010 1110101 1100100 1001 0 110110 10111010 1100100 10111

Color Harmonies of #006A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A75

Black with #006A75

Text Example


Text Example

White with #006A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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