Html Css Color HEX #0A666B Blue Lagoon

📋 copy color: '#0A666B'

red 10 ◦ green 102 ◦ blue 107

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

Shades of Blue Lagoon #0A666B

Tints of Blue Lagoon #0A666B

RGB

 RED value IS 10 (4.3% from 255) = 4.57%

 GREEN value IS 102 (40.23% from 255) = 46.58%

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

R = 4.57%
G = 46.58%
B = 48.86%

CMYK

 C value IS 0.91

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0A666B (or 0x0A666B) is known color: Blue Lagoon. HEX triplet: 0A, 66 and 6B. RGB value is (10,102,107). Sum of RGB (Red+Green+Blue) = 10+102+107=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 102 (40.23% from 255 or 46.58% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #0A666B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A666B is #F59994. Grayscale: #4A4A4A. Windows color (decimal): -16095637 or 7038474. OLE color: 7038474.

HSL color Cylindrical-coordinate representation of color #0A666B: hue angle of 183.09º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A666B is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 10 102 107 -
CMYK 0.91 0.05 0 0.58
HSL 183.09º 0.83% 0.23% -
HSV(B) 183.09º 0.91% 0.42% -
XYZ 7.53 10.63 15.56 -
YUV 75.06 146.02 81.59 -
System Red Green Blue C M Y K H S L
Decimal 10 102 107 0.91 0.05 0 0.58 183.09 0.83 0.23
Hex A 66 6B 5B 5 0 3A B7 53 17
Octal 12 146 153 133 5 0 72 267 123 27
Binary 1010 1100110 1101011 1011011 101 0 111010 10110111 1010011 10111

Color Harmonies of #0A666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A666B

Black with #0A666B

Text Example


Text Example

White with #0A666B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,102,107); }

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

background-color css

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

 a { background-color: rgb(10,102,107); }

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

border-color css

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

 span { border-color: rgb(10,102,107); }

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