Html Css Color HEX #539F7B Ocean Green

📋 copy color: '#539F7B'

red 83 ◦ green 159 ◦ blue 123

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

Shades of Ocean Green #539F7B

Tints of Ocean Green #539F7B

RGB

 RED value IS 83 (32.81% from 255) = 22.74%

 GREEN value IS 159 (62.5% from 255) = 43.56%

 BLUE value IS 123 (48.44% from 255) = 33.7%

R = 22.74%
G = 43.56%
B = 33.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#539F7B (or 0x539F7B) is known color: Ocean Green. HEX triplet: 53, 9F and 7B. RGB value is (83,159,123). Sum of RGB (Red+Green+Blue) = 83+159+123=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 159 (62.5% from 255 or 43.56% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 159 - color contains mainly: green. Hex color #539F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F7B is #AC6084. Grayscale: #848484. Windows color (decimal): -11296901 or 8101715. OLE color: 8101715.

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

Color convert

RGB 83 159 123 -
CMYK 0.48 0 0.23 0.38
HSL 151.58º 0.31% 0.47% -
HSV(B) 151.58º 0.48% 0.62% -
XYZ 19.54 28.07 23.13 -
YUV 132.17 122.82 92.93 -
System Red Green Blue C M Y K H S L
Decimal 83 159 123 0.48 0 0.23 0.38 151.58 0.31 0.47
Hex 53 9F 7B 30 0 17 26 98 1F 2F
Octal 123 237 173 60 0 27 46 230 37 57
Binary 1010011 10011111 1111011 110000 0 10111 100110 10011000 11111 101111

Color Harmonies of #539F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539F7B

Black with #539F7B

Text Example


Text Example

White with #539F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #539F7B;
 }
 .AnyTagClassName
 {
   color: #539F7B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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