Html Css Color HEX #53A26C Ocean Green

📋 copy color: '#53A26C'

red 83 ◦ green 162 ◦ blue 108

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

Shades of Ocean Green #53A26C

Tints of Ocean Green #53A26C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.89%

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 23.51%
G = 45.89%
B = 30.59%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#53A26C (or 0x53A26C) is known color: Ocean Green. HEX triplet: 53, A2 and 6C. RGB value is (83,162,108). Sum of RGB (Red+Green+Blue) = 83+162+108=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #53A26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A26C is #AC5D93. Grayscale: #848484. Windows color (decimal): -11296148 or 7119443. OLE color: 7119443.

HSL color Cylindrical-coordinate representation of color #53A26C: hue angle of 138.99º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53A26C is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 162 108 -
CMYK 0.49 0 0.33 0.36
HSL 138.99º 0.32% 0.48% -
HSV(B) 138.99º 0.49% 0.64% -
XYZ 19.19 28.76 18.73 -
YUV 132.22 114.33 92.89 -
System Red Green Blue C M Y K H S L
Decimal 83 162 108 0.49 0 0.33 0.36 138.99 0.32 0.48
Hex 53 A2 6C 31 0 21 24 8B 20 30
Octal 123 242 154 61 0 41 44 213 40 60
Binary 1010011 10100010 1101100 110001 0 100001 100100 10001011 100000 110000

Color Harmonies of #53A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A26C

Black with #53A26C

Text Example


Text Example

White with #53A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,162,108); }

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

background-color css

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

 a { background-color: rgb(83,162,108); }

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

border-color css

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

 span { border-color: rgb(83,162,108); }

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