Html Css Color HEX #53B26E Ocean Green

📋 copy color: '#53B26E'

red 83 ◦ green 178 ◦ blue 110

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

Shades of Ocean Green #53B26E

Tints of Ocean Green #53B26E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.65%

R = 22.37%
G = 47.98%
B = 29.65%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#53B26E (or 0x53B26E) is known color: Ocean Green. HEX triplet: 53, B2 and 6E. RGB value is (83,178,110). Sum of RGB (Red+Green+Blue) = 83+178+110=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #53B26E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B26E is #AC4D91. Grayscale: #8E8E8E. Windows color (decimal): -11292050 or 7254611. OLE color: 7254611.

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

Color convert

RGB 83 178 110 -
CMYK 0.53 0 0.38 0.30
HSL 137.05º 0.38% 0.51% -
HSV(B) 137.05º 0.53% 0.7% -
XYZ 22.3 34.81 20.29 -
YUV 141.84 110.03 86.03 -
System Red Green Blue C M Y K H S L
Decimal 83 178 110 0.53 0 0.38 0.30 137.05 0.38 0.51
Hex 53 B2 6E 35 0 26 1E 89 26 33
Octal 123 262 156 65 0 46 36 211 46 63
Binary 1010011 10110010 1101110 110101 0 100110 11110 10001001 100110 110011

Color Harmonies of #53B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B26E

Black with #53B26E

Text Example


Text Example

White with #53B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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