Html Css Color HEX #569E7D Ocean Green

📋 copy color: '#569E7D'

red 86 ◦ green 158 ◦ blue 125

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

Shades of Ocean Green #569E7D

Tints of Ocean Green #569E7D

RGB

 RED value IS 86 (33.98% from 255) = 23.31%

 GREEN value IS 158 (62.11% from 255) = 42.82%

 BLUE value IS 125 (49.22% from 255) = 33.88%

R = 23.31%
G = 42.82%
B = 33.88%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#569E7D (or 0x569E7D) is known color: Ocean Green. HEX triplet: 56, 9E and 7D. RGB value is (86,158,125). Sum of RGB (Red+Green+Blue) = 86+158+125=369 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.31% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 158 - color contains mainly: green. Hex color #569E7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #569E7D is #A96182. Grayscale: #848484. Windows color (decimal): -11100547 or 8232534. OLE color: 8232534.

HSL color Cylindrical-coordinate representation of color #569E7D: hue angle of 152.5º 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 #569E7D is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 158 125 -
CMYK 0.46 0 0.21 0.38
HSL 152.5º 0.3% 0.48% -
HSV(B) 152.5º 0.46% 0.62% -
XYZ 19.77 27.91 23.75 -
YUV 132.71 123.65 94.68 -
System Red Green Blue C M Y K H S L
Decimal 86 158 125 0.46 0 0.21 0.38 152.5 0.3 0.48
Hex 56 9E 7D 2E 0 15 26 98 1E 30
Octal 126 236 175 56 0 25 46 230 36 60
Binary 1010110 10011110 1111101 101110 0 10101 100110 10011000 11110 110000

Color Harmonies of #569E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569E7D

Black with #569E7D

Text Example


Text Example

White with #569E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,158,125); }

 H1.HeaderClassName
 {
   color: #569E7D;
 }
 .AnyTagClassName
 {
   color: #569E7D;
 }
</style>

background-color css

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

 a { background-color: rgb(86,158,125); }

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

border-color css

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

 span { border-color: rgb(86,158,125); }

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