Html Css Color HEX #038A5E Observatory

📋 copy color: '#038A5E'

red 3 ◦ green 138 ◦ blue 94

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

Shades of Observatory #038A5E

Tints of Observatory #038A5E

RGB

 RED value IS 3 (1.56% from 255) = 1.28%

 GREEN value IS 138 (54.3% from 255) = 58.72%

 BLUE value IS 94 (37.11% from 255) = 40%

R = 1.28%
G = 58.72%
B = 40%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#038A5E (or 0x038A5E) is known color: Observatory. HEX triplet: 03, 8A and 5E. RGB value is (3,138,94). Sum of RGB (Red+Green+Blue) = 3+138+94=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 138 (54.30% from 255 or 58.72% from 235); Blue value is 94 (37.11% from 255 or 40% from 235); Max value from RGB is 138 - color contains mainly: green. Hex color #038A5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038A5E is #FC75A1. Grayscale: #5C5C5C. Windows color (decimal): -16545186 or 6195715. OLE color: 6195715.

HSL color Cylindrical-coordinate representation of color #038A5E: hue angle of 160.44º 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 #038A5E is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 138 94 -
CMYK 0.98 0 0.32 0.46
HSL 160.44º 0.96% 0.28% -
HSV(B) 160.44º 0.98% 0.54% -
XYZ 11.15 19 13.67 -
YUV 92.62 128.77 64.08 -
System Red Green Blue C M Y K H S L
Decimal 3 138 94 0.98 0 0.32 0.46 160.44 0.96 0.28
Hex 3 8A 5E 62 0 20 2E A0 60 1C
Octal 3 212 136 142 0 40 56 240 140 34
Binary 11 10001010 1011110 1100010 0 100000 101110 10100000 1100000 11100

Color Harmonies of #038A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038A5E

Black with #038A5E

Text Example


Text Example

White with #038A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #038A5E;
 }
 .AnyTagClassName
 {
   color: #038A5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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