#038A6F

Color #038A6F Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #038A6F

Tints of Observatory #038A6F

Color information

#038A6F (or 0x038A6F) is unknown color: approx Observatory. HEX triplet: 03, 8A and 6F. RGB value is (3,138,111). Sum of RGB (Red+Green+Blue) = 3+138+111=252 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.19% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #038A6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A6F is #FC7590. Grayscale: #5E5E5E. Windows color (decimal): -16545169 or 7309827. OLE color: 7309827.

HSL color Cylindrical-coordinate representation of color #038A6F: hue angle of 168º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A6F is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB3138111-
CMYK0.9800.200.46
HSL168º95.74%27.65%-
HSV(B)168º97.83%54.12%-
XYZ1219.3418.14-
YUV94.56137.2762.7-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.19%
GREEN value IS 138 (54.30% from 255) = 54.76%
BLUE value IS 111 (43.75% from 255) = 44.05%
R=1.19%
G=54.76%
B=44.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31381110.9800.200.4616895.7427.65
Hex38A6F620142Ea8601c
Octal32121571420245625014034
Binary11100010101101111110001001010010111010101000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038A6F; }

 p { color: rgb(3,138,111); }

 H1.HeaderClassName
 {
   color: #038A6F;
 }
 .AnyTagClassName
 {
   color: #038A6F;
 }
</style>
background-color css

<style>
 a { background-color: #038A6F; }

 a { background-color: rgb(3,138,111); }

 div.DivClassName
 {
   background-color: #038A6F;
 }
 .BgClassName
 {
   background-color: #038A6F;
 }
</style>
border-color css

<style>
 span { border-color: #038A6F; }

 span { border-color: rgb(3,138,111); }

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