Html Css Color HEX #038E62 Observatory

📋 copy color: '#038E62'

red 3 ◦ green 142 ◦ blue 98

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

Shades of Observatory #038E62

Tints of Observatory #038E62

RGB

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

 GREEN value IS 142 (55.86% from 255) = 58.44%

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 1.23%
G = 58.44%
B = 40.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#038E62 (or 0x038E62) is known color: Observatory. HEX triplet: 03, 8E and 62. RGB value is (3,142,98). Sum of RGB (Red+Green+Blue) = 3+142+98=243 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.23% from 243); Green value is 142 (55.86% from 255 or 58.44% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 142 - color contains mainly: green. Hex color #038E62 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038E62 is #FC719D. Grayscale: #5F5F5F. Windows color (decimal): -16544158 or 6458883. OLE color: 6458883.

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

Color convert

RGB 3 142 98 -
CMYK 0.98 0 0.31 0.44
HSL 161.01º 0.96% 0.28% -
HSV(B) 161.01º 0.98% 0.56% -
XYZ 11.92 20.25 14.84 -
YUV 95.42 129.45 62.08 -
System Red Green Blue C M Y K H S L
Decimal 3 142 98 0.98 0 0.31 0.44 161.01 0.96 0.28
Hex 3 8E 62 62 0 1F 2C A1 60 1C
Octal 3 216 142 142 0 37 54 241 140 34
Binary 11 10001110 1100010 1100010 0 11111 101100 10100001 1100000 11100

Color Harmonies of #038E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E62

Black with #038E62

Text Example


Text Example

White with #038E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,142,98); }

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

background-color css

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

 a { background-color: rgb(3,142,98); }

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

border-color css

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

 span { border-color: rgb(3,142,98); }

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