Html Css Color HEX #0F6C75 Blue Lagoon

📋 copy color: '#0F6C75'

red 15 ◦ green 108 ◦ blue 117

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

Shades of Blue Lagoon #0F6C75

Tints of Blue Lagoon #0F6C75

RGB

 RED value IS 15 (6.25% from 255) = 6.25%

 GREEN value IS 108 (42.58% from 255) = 45%

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

R = 6.25%
G = 45%
B = 48.75%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0F6C75 (or 0x0F6C75) is known color: Blue Lagoon. HEX triplet: 0F, 6C and 75. RGB value is (15,108,117). Sum of RGB (Red+Green+Blue) = 15+108+117=240 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.25% from 240); Green value is 108 (42.58% from 255 or 45% from 240); Blue value is 117 (46.09% from 255 or 48.75% from 240); Max value from RGB is 117 - color contains mainly: blue. Hex color #0F6C75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F6C75 is #F0938A. Grayscale: #515151. Windows color (decimal): -15766411 or 7695375. OLE color: 7695375.

HSL color Cylindrical-coordinate representation of color #0F6C75: hue angle of 185.29º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F6C75 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 108 117 -
CMYK 0.87 0.08 0 0.54
HSL 185.29º 0.77% 0.26% -
HSV(B) 185.29º 0.87% 0.46% -
XYZ 8.77 12.11 18.71 -
YUV 81.22 148.19 80.77 -
System Red Green Blue C M Y K H S L
Decimal 15 108 117 0.87 0.08 0 0.54 185.29 0.77 0.26
Hex F 6C 75 57 8 0 36 B9 4D 1A
Octal 17 154 165 127 10 0 66 271 115 32
Binary 1111 1101100 1110101 1010111 1000 0 110110 10111001 1001101 11010

Color Harmonies of #0F6C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C75

Black with #0F6C75

Text Example


Text Example

White with #0F6C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F6C75; }

 p { color: rgb(15,108,117); }

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

background-color css

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

 a { background-color: rgb(15,108,117); }

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

border-color css

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

 span { border-color: rgb(15,108,117); }

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