Html Css Color HEX #075B6C Blue Lagoon

📋 copy color: '#075B6C'

red 7 ◦ green 91 ◦ blue 108

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

Shades of Blue Lagoon #075B6C

Tints of Blue Lagoon #075B6C

RGB

 RED value IS 7 (3.13% from 255) = 3.4%

 GREEN value IS 91 (35.94% from 255) = 44.17%

 BLUE value IS 108 (42.58% from 255) = 52.43%

R = 3.4%
G = 44.17%
B = 52.43%

CMYK

 C value IS 0.94

 M value IS 0.16

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#075B6C (or 0x075B6C) is known color: Blue Lagoon. HEX triplet: 07, 5B and 6C. RGB value is (7,91,108). Sum of RGB (Red+Green+Blue) = 7+91+108=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 91 (35.94% from 255 or 44.17% from 206); Blue value is 108 (42.58% from 255 or 52.43% from 206); Max value from RGB is 108 - color contains mainly: blue. Hex color #075B6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075B6C is #F8A493. Grayscale: #434343. Windows color (decimal): -16295060 or 7101191. OLE color: 7101191.

HSL color Cylindrical-coordinate representation of color #075B6C: hue angle of 190.1º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #075B6C is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 91 108 -
CMYK 0.94 0.16 0 0.58
HSL 190.1º 0.88% 0.23% -
HSV(B) 190.1º 0.94% 0.42% -
XYZ 6.54 8.61 15.5 -
YUV 67.82 150.67 84.62 -
System Red Green Blue C M Y K H S L
Decimal 7 91 108 0.94 0.16 0 0.58 190.1 0.88 0.23
Hex 7 5B 6C 5E 10 0 3A BE 58 17
Octal 7 133 154 136 20 0 72 276 130 27
Binary 111 1011011 1101100 1011110 10000 0 111010 10111110 1011000 10111

Color Harmonies of #075B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075B6C

Black with #075B6C

Text Example


Text Example

White with #075B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075B6C; }

 p { color: rgb(7,91,108); }

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

background-color css

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

 a { background-color: rgb(7,91,108); }

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

border-color css

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

 span { border-color: rgb(7,91,108); }

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