Html Css Color HEX #53AF6C Ocean Green

📋 copy color: '#53AF6C'

red 83 ◦ green 175 ◦ blue 108

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

Shades of Ocean Green #53AF6C

Tints of Ocean Green #53AF6C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.81%

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

R = 22.68%
G = 47.81%
B = 29.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#53AF6C (or 0x53AF6C) is known color: Ocean Green. HEX triplet: 53, AF and 6C. RGB value is (83,175,108). Sum of RGB (Red+Green+Blue) = 83+175+108=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 108 (42.58% from 255 or 29.51% from 366); Max value from RGB is 175 - color contains mainly: green. Hex color #53AF6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53AF6C is #AC5093. Grayscale: #8C8C8C. Windows color (decimal): -11292820 or 7122771. OLE color: 7122771.

HSL color Cylindrical-coordinate representation of color #53AF6C: hue angle of 136.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AF6C is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 83 175 108 -
CMYK 0.53 0 0.38 0.31
HSL 136.3º 0.37% 0.51% -
HSV(B) 136.3º 0.53% 0.69% -
XYZ 21.6 33.58 19.53 -
YUV 139.85 110.02 87.45 -
System Red Green Blue C M Y K H S L
Decimal 83 175 108 0.53 0 0.38 0.31 136.3 0.37 0.51
Hex 53 AF 6C 35 0 26 1F 88 25 33
Octal 123 257 154 65 0 46 37 210 45 63
Binary 1010011 10101111 1101100 110101 0 100110 11111 10001000 100101 110011

Color Harmonies of #53AF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53AF6C

Black with #53AF6C

Text Example


Text Example

White with #53AF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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