Html Css Color HEX #075F6B Blue Lagoon

📋 copy color: '#075F6B'

red 7 ◦ green 95 ◦ blue 107

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

Shades of Blue Lagoon #075F6B

Tints of Blue Lagoon #075F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 51.2%

R = 3.35%
G = 45.45%
B = 51.2%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#075F6B (or 0x075F6B) is known color: Blue Lagoon. HEX triplet: 07, 5F and 6B. RGB value is (7,95,107). Sum of RGB (Red+Green+Blue) = 7+95+107=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 95 (37.5% from 255 or 45.45% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #075F6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #075F6B is #F8A094. Grayscale: #454545. Windows color (decimal): -16294037 or 7036679. OLE color: 7036679.

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

Color convert

RGB 7 95 107 -
CMYK 0.93 0.11 0 0.58
HSL 187.2º 0.88% 0.22% -
HSV(B) 187.2º 0.93% 0.42% -
XYZ 6.83 9.29 15.34 -
YUV 70.06 148.85 83.02 -
System Red Green Blue C M Y K H S L
Decimal 7 95 107 0.93 0.11 0 0.58 187.2 0.88 0.22
Hex 7 5F 6B 5D B 0 3A BB 58 16
Octal 7 137 153 135 13 0 72 273 130 26
Binary 111 1011111 1101011 1011101 1011 0 111010 10111011 1011000 10110

Color Harmonies of #075F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075F6B

Black with #075F6B

Text Example


Text Example

White with #075F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,95,107); }

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

background-color css

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

 a { background-color: rgb(7,95,107); }

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

border-color css

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

 span { border-color: rgb(7,95,107); }

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