Html Css Color HEX #53AC6E Ocean Green

📋 copy color: '#53AC6E'

red 83 ◦ green 172 ◦ blue 110

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

Shades of Ocean Green #53AC6E

Tints of Ocean Green #53AC6E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 47.12%

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

R = 22.74%
G = 47.12%
B = 30.14%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#53AC6E (or 0x53AC6E) is known color: Ocean Green. HEX triplet: 53, AC and 6E. RGB value is (83,172,110). Sum of RGB (Red+Green+Blue) = 83+172+110=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #53AC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AC6E is #AC5391. Grayscale: #8A8A8A. Windows color (decimal): -11293586 or 7253075. OLE color: 7253075.

HSL color Cylindrical-coordinate representation of color #53AC6E: hue angle of 138.2º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AC6E is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 172 110 -
CMYK 0.52 0 0.36 0.33
HSL 138.2º 0.35% 0.5% -
HSV(B) 138.2º 0.52% 0.67% -
XYZ 21.13 32.47 19.91 -
YUV 138.32 112.01 88.54 -
System Red Green Blue C M Y K H S L
Decimal 83 172 110 0.52 0 0.36 0.33 138.2 0.35 0.5
Hex 53 AC 6E 34 0 24 21 8A 23 32
Octal 123 254 156 64 0 44 41 212 43 62
Binary 1010011 10101100 1101110 110100 0 100100 100001 10001010 100011 110010

Color Harmonies of #53AC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AC6E

Black with #53AC6E

Text Example


Text Example

White with #53AC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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