Html Css Color HEX #53B278 Ocean Green

📋 copy color: '#53B278'

red 83 ◦ green 178 ◦ blue 120

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

Shades of Ocean Green #53B278

Tints of Ocean Green #53B278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 21.78%
G = 46.72%
B = 31.5%

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

#53B278 (or 0x53B278) is known color: Ocean Green. HEX triplet: 53, B2 and 78. RGB value is (83,178,120). Sum of RGB (Red+Green+Blue) = 83+178+120=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #53B278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B278 is #AC4D87. Grayscale: #8F8F8F. Windows color (decimal): -11292040 or 7909971. OLE color: 7909971.

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

Color convert

RGB 83 178 120 -
CMYK 0.53 0 0.33 0.30
HSL 143.37º 0.38% 0.51% -
HSV(B) 143.37º 0.53% 0.7% -
XYZ 22.88 35.04 23.33 -
YUV 142.98 115.03 85.22 -
System Red Green Blue C M Y K H S L
Decimal 83 178 120 0.53 0 0.33 0.30 143.37 0.38 0.51
Hex 53 B2 78 35 0 21 1E 8F 26 33
Octal 123 262 170 65 0 41 36 217 46 63
Binary 1010011 10110010 1111000 110101 0 100001 11110 10001111 100110 110011

Color Harmonies of #53B278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B278

Black with #53B278

Text Example


Text Example

White with #53B278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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