Html Css Color HEX #53B485 Ocean Green

📋 copy color: '#53B485'

red 83 ◦ green 180 ◦ blue 133

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

Shades of Ocean Green #53B485

Tints of Ocean Green #53B485

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.45%

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

R = 20.96%
G = 45.45%
B = 33.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#53B485 (or 0x53B485) is known color: Ocean Green. HEX triplet: 53, B4 and 85. RGB value is (83,180,133). Sum of RGB (Red+Green+Blue) = 83+180+133=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #53B485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B485 is #AC4B7A. Grayscale: #919191. Windows color (decimal): -11291515 or 8762451. OLE color: 8762451.

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

Color convert

RGB 83 180 133 -
CMYK 0.54 0 0.26 0.29
HSL 150.93º 0.39% 0.52% -
HSV(B) 150.93º 0.54% 0.71% -
XYZ 24.12 36.17 27.9 -
YUV 145.64 120.86 83.32 -
System Red Green Blue C M Y K H S L
Decimal 83 180 133 0.54 0 0.26 0.29 150.93 0.39 0.52
Hex 53 B4 85 36 0 1A 1D 97 27 34
Octal 123 264 205 66 0 32 35 227 47 64
Binary 1010011 10110100 10000101 110110 0 11010 11101 10010111 100111 110100

Color Harmonies of #53B485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B485

Black with #53B485

Text Example


Text Example

White with #53B485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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