Html Css Color HEX #53A67F Ocean Green

📋 copy color: '#53A67F'

red 83 ◦ green 166 ◦ blue 127

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

Shades of Ocean Green #53A67F

Tints of Ocean Green #53A67F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.15%

 BLUE value IS 127 (50% from 255) = 33.78%

R = 22.07%
G = 44.15%
B = 33.78%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#53A67F (or 0x53A67F) is known color: Ocean Green. HEX triplet: 53, A6 and 7F. RGB value is (83,166,127). Sum of RGB (Red+Green+Blue) = 83+166+127=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #53A67F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53A67F is #AC5980. Grayscale: #888888. Windows color (decimal): -11295105 or 8365651. OLE color: 8365651.

HSL color Cylindrical-coordinate representation of color #53A67F: hue angle of 151.81º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53A67F is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 83 166 127 -
CMYK 0.50 0 0.23 0.35
HSL 151.81º 0.33% 0.49% -
HSV(B) 151.81º 0.5% 0.65% -
XYZ 21.03 30.64 24.88 -
YUV 136.74 122.5 89.67 -
System Red Green Blue C M Y K H S L
Decimal 83 166 127 0.50 0 0.23 0.35 151.81 0.33 0.49
Hex 53 A6 7F 32 0 17 23 98 21 31
Octal 123 246 177 62 0 27 43 230 41 61
Binary 1010011 10100110 1111111 110010 0 10111 100011 10011000 100001 110001

Color Harmonies of #53A67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53A67F

Black with #53A67F

Text Example


Text Example

White with #53A67F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,166,127); }

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

background-color css

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

 a { background-color: rgb(83,166,127); }

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

border-color css

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

 span { border-color: rgb(83,166,127); }

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