Html Css Color HEX #53B385 Ocean Green

📋 copy color: '#53B385'

red 83 ◦ green 179 ◦ blue 133

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

Shades of Ocean Green #53B385

Tints of Ocean Green #53B385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.32%

 BLUE value IS 133 (52.34% from 255) = 33.67%

R = 21.01%
G = 45.32%
B = 33.67%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#53B385 (or 0x53B385) is known color: Ocean Green. HEX triplet: 53, B3 and 85. RGB value is (83,179,133). Sum of RGB (Red+Green+Blue) = 83+179+133=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 133 (52.34% from 255 or 33.67% from 395); Max value from RGB is 179 - color contains mainly: green. Hex color #53B385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B385 is #AC4C7A. Grayscale: #919191. Windows color (decimal): -11291771 or 8762195. OLE color: 8762195.

HSL color Cylindrical-coordinate representation of color #53B385: hue angle of 151.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B385 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 179 133 -
CMYK 0.54 0 0.26 0.30
HSL 151.25º 0.39% 0.51% -
HSV(B) 151.25º 0.54% 0.7% -
XYZ 23.92 35.77 27.83 -
YUV 145.05 121.2 83.74 -
System Red Green Blue C M Y K H S L
Decimal 83 179 133 0.54 0 0.26 0.30 151.25 0.39 0.51
Hex 53 B3 85 36 0 1A 1E 97 27 33
Octal 123 263 205 66 0 32 36 227 47 63
Binary 1010011 10110011 10000101 110110 0 11010 11110 10010111 100111 110011

Color Harmonies of #53B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B385

Black with #53B385

Text Example


Text Example

White with #53B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53B385; }

 p { color: rgb(83,179,133); }

 H1.HeaderClassName
 {
   color: #53B385;
 }
 .AnyTagClassName
 {
   color: #53B385;
 }
</style>

background-color css

<style>
 a { background-color: #53B385; }

 a { background-color: rgb(83,179,133); }

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

border-color css

<style>
 span { border-color: #53B385; }

 span { border-color: rgb(83,179,133); }

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