Html Css Color HEX #53B47B Ocean Green

📋 copy color: '#53B47B'

red 83 ◦ green 180 ◦ blue 123

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

Shades of Ocean Green #53B47B

Tints of Ocean Green #53B47B

RGB

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

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

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

R = 21.5%
G = 46.63%
B = 31.87%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#53B47B (or 0x53B47B) is known color: Ocean Green. HEX triplet: 53, B4 and 7B. RGB value is (83,180,123). Sum of RGB (Red+Green+Blue) = 83+180+123=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #53B47B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B47B is #AC4B84. Grayscale: #909090. Windows color (decimal): -11291525 or 8107091. OLE color: 8107091.

HSL color Cylindrical-coordinate representation of color #53B47B: hue angle of 144.74º 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 #53B47B is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 180 123 -
CMYK 0.54 0 0.32 0.29
HSL 144.74º 0.39% 0.52% -
HSV(B) 144.74º 0.54% 0.71% -
XYZ 23.46 35.91 24.43 -
YUV 144.5 115.86 84.13 -
System Red Green Blue C M Y K H S L
Decimal 83 180 123 0.54 0 0.32 0.29 144.74 0.39 0.52
Hex 53 B4 7B 36 0 20 1D 91 27 34
Octal 123 264 173 66 0 40 35 221 47 64
Binary 1010011 10110100 1111011 110110 0 100000 11101 10010001 100111 110100

Color Harmonies of #53B47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B47B

Black with #53B47B

Text Example


Text Example

White with #53B47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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