Html Css Color HEX #09626B Blue Lagoon

📋 copy color: '#09626B'

red 9 ◦ green 98 ◦ blue 107

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

Shades of Blue Lagoon #09626B

Tints of Blue Lagoon #09626B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.79%

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

R = 4.21%
G = 45.79%
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

#09626B (or 0x09626B) is known color: Blue Lagoon. HEX triplet: 09, 62 and 6B. RGB value is (9,98,107). Sum of RGB (Red+Green+Blue) = 9+98+107=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 107 (42.19% from 255 or 50% from 214); Max value from RGB is 107 - color contains mainly: blue. Hex color #09626B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09626B is #F69D94. Grayscale: #484848. Windows color (decimal): -16162197 or 7037449. OLE color: 7037449.

HSL color Cylindrical-coordinate representation of color #09626B: hue angle of 185.51º degrees, saturation: 0.84, 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 #09626B is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 98 107 -
CMYK 0.92 0.08 0 0.58
HSL 185.51º 0.84% 0.23% -
HSV(B) 185.51º 0.92% 0.42% -
XYZ 7.13 9.85 15.44 -
YUV 72.42 147.51 82.77 -
System Red Green Blue C M Y K H S L
Decimal 9 98 107 0.92 0.08 0 0.58 185.51 0.84 0.23
Hex 9 62 6B 5C 8 0 3A BA 54 17
Octal 11 142 153 134 10 0 72 272 124 27
Binary 1001 1100010 1101011 1011100 1000 0 111010 10111010 1010100 10111

Color Harmonies of #09626B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09626B

Black with #09626B

Text Example


Text Example

White with #09626B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09626B; }

 p { color: rgb(9,98,107); }

 H1.HeaderClassName
 {
   color: #09626B;
 }
 .AnyTagClassName
 {
   color: #09626B;
 }
</style>

background-color css

<style>
 a { background-color: #09626B; }

 a { background-color: rgb(9,98,107); }

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

border-color css

<style>
 span { border-color: #09626B; }

 span { border-color: rgb(9,98,107); }

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