#569F7B

Color #569F7B Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #569F7B

Tints of Ocean Green #569F7B

Color information

#569F7B (or 0x569F7B) is unknown color: approx Ocean Green. HEX triplet: 56, 9F and 7B. RGB value is (86,159,123). Sum of RGB (Red+Green+Blue) = 86+159+123=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 159 (62.5% from 255 or 43.21% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 159 - color contains mainly: green. Hex color #569F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569F7B is #A96084. Grayscale: #858585. Windows color (decimal): -11100293 or 8101718. OLE color: 8101718.

HSL color Cylindrical-coordinate representation of color #569F7B: hue angle of 150.41º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #569F7B is Cyan = 0.46, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB86159123-
CMYK0.4600.230.38
HSL150.41º29.8%48.04%-
HSV(B)150.41º45.91%62.35%-
XYZ19.8128.223.14-
YUV133.07122.3294.43-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 159 (62.5% from 255) = 43.21%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=23.37%
G=43.21%
B=33.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal861591230.4600.230.38150.4129.848.04
Hex569F7B2E01726961e30
Octal12623717356027462263660
Binary10101101001111111110111011100101111001101001011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569F7B; }

 p { color: rgb(86,159,123); }

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

<style>
 a { background-color: #569F7B; }

 a { background-color: rgb(86,159,123); }

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

<style>
 span { border-color: #569F7B; }

 span { border-color: rgb(86,159,123); }

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