Html Css Color HEX #09636C Blue Lagoon

📋 copy color: '#09636C'

red 9 ◦ green 99 ◦ blue 108

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

Shades of Blue Lagoon #09636C

Tints of Blue Lagoon #09636C

RGB

 RED value IS 9 (3.91% from 255) = 4.17%

 GREEN value IS 99 (39.06% from 255) = 45.83%

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

R = 4.17%
G = 45.83%
B = 50%

CMYK

 C value IS 0.92

 M value IS 0.08

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09636C (or 0x09636C) is known color: Blue Lagoon. HEX triplet: 09, 63 and 6C. RGB value is (9,99,108). Sum of RGB (Red+Green+Blue) = 9+99+108=216 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.17% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 108 (42.58% from 255 or 50% from 216); Max value from RGB is 108 - color contains mainly: blue. Hex color #09636C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09636C is #F69C93. Grayscale: #484848. Windows color (decimal): -16161940 or 7103241. OLE color: 7103241.

HSL color Cylindrical-coordinate representation of color #09636C: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09636C is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 99 108 -
CMYK 0.92 0.08 0 0.58
HSL 185.45º 0.85% 0.23% -
HSV(B) 185.45º 0.92% 0.42% -
XYZ 7.28 10.06 15.75 -
YUV 73.12 147.68 82.27 -
System Red Green Blue C M Y K H S L
Decimal 9 99 108 0.92 0.08 0 0.58 185.45 0.85 0.23
Hex 9 63 6C 5C 8 0 3A B9 55 17
Octal 11 143 154 134 10 0 72 271 125 27
Binary 1001 1100011 1101100 1011100 1000 0 111010 10111001 1010101 10111

Color Harmonies of #09636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09636C

Black with #09636C

Text Example


Text Example

White with #09636C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09636C; }

 p { color: rgb(9,99,108); }

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

background-color css

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

 a { background-color: rgb(9,99,108); }

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

border-color css

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

 span { border-color: rgb(9,99,108); }

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