Html Css Color HEX #53B272 Ocean Green

📋 copy color: '#53B272'

red 83 ◦ green 178 ◦ blue 114

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

Shades of Ocean Green #53B272

Tints of Ocean Green #53B272

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.47%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 22.13%
G = 47.47%
B = 30.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#53B272 (or 0x53B272) is known color: Ocean Green. HEX triplet: 53, B2 and 72. RGB value is (83,178,114). Sum of RGB (Red+Green+Blue) = 83+178+114=375 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.13% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #53B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B272 is #AC4D8D. Grayscale: #8E8E8E. Windows color (decimal): -11292046 or 7516755. OLE color: 7516755.

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

Color convert

RGB 83 178 114 -
CMYK 0.53 0 0.36 0.30
HSL 139.58º 0.38% 0.51% -
HSV(B) 139.58º 0.53% 0.7% -
XYZ 22.52 34.89 21.47 -
YUV 142.3 112.03 85.7 -
System Red Green Blue C M Y K H S L
Decimal 83 178 114 0.53 0 0.36 0.30 139.58 0.38 0.51
Hex 53 B2 72 35 0 24 1E 8C 26 33
Octal 123 262 162 65 0 44 36 214 46 63
Binary 1010011 10110010 1110010 110101 0 100100 11110 10001100 100110 110011

Color Harmonies of #53B272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B272

Black with #53B272

Text Example


Text Example

White with #53B272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,178,114); }

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

background-color css

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

 a { background-color: rgb(83,178,114); }

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

border-color css

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

 span { border-color: rgb(83,178,114); }

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