Html Css Color HEX #038E69 Observatory

📋 copy color: '#038E69'

red 3 ◦ green 142 ◦ blue 105

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

Shades of Observatory #038E69

Tints of Observatory #038E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42%

R = 1.2%
G = 56.8%
B = 42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#038E69 (or 0x038E69) is known color: Observatory. HEX triplet: 03, 8E and 69. RGB value is (3,142,105). Sum of RGB (Red+Green+Blue) = 3+142+105=250 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.2% from 250); Green value is 142 (55.86% from 255 or 56.8% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 142 - color contains mainly: green. Hex color #038E69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038E69 is #FC7196. Grayscale: #606060. Windows color (decimal): -16544151 or 6917635. OLE color: 6917635.

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

Color convert

RGB 3 142 105 -
CMYK 0.98 0 0.26 0.44
HSL 164.03º 0.96% 0.28% -
HSV(B) 164.03º 0.98% 0.56% -
XYZ 12.26 20.39 16.65 -
YUV 96.22 132.95 61.51 -
System Red Green Blue C M Y K H S L
Decimal 3 142 105 0.98 0 0.26 0.44 164.03 0.96 0.28
Hex 3 8E 69 62 0 1A 2C A4 60 1C
Octal 3 216 151 142 0 32 54 244 140 34
Binary 11 10001110 1101001 1100010 0 11010 101100 10100100 1100000 11100

Color Harmonies of #038E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038E69

Black with #038E69

Text Example


Text Example

White with #038E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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