#028F6C

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

Shades of Observatory #028F6C

Tints of Observatory #028F6C

Color information

#028F6C (or 0x028F6C) is unknown color: approx Observatory. HEX triplet: 02, 8F and 6C. RGB value is (2,143,108). Sum of RGB (Red+Green+Blue) = 2+143+108=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #028F6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028F6C is #FD7093. Grayscale: #606060. Windows color (decimal): -16609428 or 7114498. OLE color: 7114498.

HSL color Cylindrical-coordinate representation of color #028F6C: hue angle of 165.11º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028F6C is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB2143108-
CMYK0.9900.240.44
HSL165.11º97.24%28.43%-
HSV(B)165.11º98.6%56.08%-
XYZ12.5520.7417.53-
YUV96.85134.2960.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.79%
GREEN value IS 143 (56.25% from 255) = 56.52%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=0.79%
G=56.52%
B=42.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21431080.9900.240.44165.1197.2428.43
Hex28F6C630182Ca5611c
Octal22171541430305424514134
Binary10100011111101100110001101100010110010100101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028F6C; }

 p { color: rgb(2,143,108); }

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

<style>
 a { background-color: #028F6C; }

 a { background-color: rgb(2,143,108); }

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

<style>
 span { border-color: #028F6C; }

 span { border-color: rgb(2,143,108); }

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