Html Css Color HEX #53B27D Ocean Green

📋 copy color: '#53B27D'

red 83 ◦ green 178 ◦ blue 125

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

Shades of Ocean Green #53B27D

Tints of Ocean Green #53B27D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 21.5%
G = 46.11%
B = 32.38%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#53B27D (or 0x53B27D) is known color: Ocean Green. HEX triplet: 53, B2 and 7D. RGB value is (83,178,125). Sum of RGB (Red+Green+Blue) = 83+178+125=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 178 (69.92% from 255 or 46.11% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 178 - color contains mainly: green. Hex color #53B27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B27D is #AC4D82. Grayscale: #8F8F8F. Windows color (decimal): -11292035 or 8237651. OLE color: 8237651.

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

Color convert

RGB 83 178 125 -
CMYK 0.53 0 0.30 0.30
HSL 146.53º 0.38% 0.51% -
HSV(B) 146.53º 0.53% 0.7% -
XYZ 23.19 35.16 24.97 -
YUV 143.55 117.53 84.81 -
System Red Green Blue C M Y K H S L
Decimal 83 178 125 0.53 0 0.30 0.30 146.53 0.38 0.51
Hex 53 B2 7D 35 0 1E 1E 93 26 33
Octal 123 262 175 65 0 36 36 223 46 63
Binary 1010011 10110010 1111101 110101 0 11110 11110 10010011 100110 110011

Color Harmonies of #53B27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B27D

Black with #53B27D

Text Example


Text Example

White with #53B27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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