Html Css Color HEX #53B277 Ocean Green

📋 copy color: '#53B277'

red 83 ◦ green 178 ◦ blue 119

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

Shades of Ocean Green #53B277

Tints of Ocean Green #53B277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.32%

R = 21.84%
G = 46.84%
B = 31.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#53B277 (or 0x53B277) is known color: Ocean Green. HEX triplet: 53, B2 and 77. RGB value is (83,178,119). Sum of RGB (Red+Green+Blue) = 83+178+119=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #53B277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B277 is #AC4D88. Grayscale: #8F8F8F. Windows color (decimal): -11292041 or 7844435. OLE color: 7844435.

HSL color Cylindrical-coordinate representation of color #53B277: hue angle of 142.74º 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 #53B277 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 83 178 119 -
CMYK 0.53 0 0.33 0.30
HSL 142.74º 0.38% 0.51% -
HSV(B) 142.74º 0.53% 0.7% -
XYZ 22.82 35.01 23.01 -
YUV 142.87 114.53 85.3 -
System Red Green Blue C M Y K H S L
Decimal 83 178 119 0.53 0 0.33 0.30 142.74 0.38 0.51
Hex 53 B2 77 35 0 21 1E 8F 26 33
Octal 123 262 167 65 0 41 36 217 46 63
Binary 1010011 10110010 1110111 110101 0 100001 11110 10001111 100110 110011

Color Harmonies of #53B277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B277

Black with #53B277

Text Example


Text Example

White with #53B277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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