Html Css Color HEX #53B27A Ocean Green

📋 copy color: '#53B27A'

red 83 ◦ green 178 ◦ blue 122

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

Shades of Ocean Green #53B27A

Tints of Ocean Green #53B27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 21.67%
G = 46.48%
B = 31.85%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#53B27A (or 0x53B27A) is known color: Ocean Green. HEX triplet: 53, B2 and 7A. RGB value is (83,178,122). Sum of RGB (Red+Green+Blue) = 83+178+122=383 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.67% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #53B27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B27A is #AC4D85. Grayscale: #8F8F8F. Windows color (decimal): -11292038 or 8041043. OLE color: 8041043.

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

Color convert

RGB 83 178 122 -
CMYK 0.53 0 0.31 0.30
HSL 144.63º 0.38% 0.51% -
HSV(B) 144.63º 0.53% 0.7% -
XYZ 23 35.08 23.97 -
YUV 143.21 116.03 85.05 -
System Red Green Blue C M Y K H S L
Decimal 83 178 122 0.53 0 0.31 0.30 144.63 0.38 0.51
Hex 53 B2 7A 35 0 1F 1E 91 26 33
Octal 123 262 172 65 0 37 36 221 46 63
Binary 1010011 10110010 1111010 110101 0 11111 11110 10010001 100110 110011

Color Harmonies of #53B27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B27A

Black with #53B27A

Text Example


Text Example

White with #53B27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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