Html Css Color HEX #53B26C Ocean Green

📋 copy color: '#53B26C'

red 83 ◦ green 178 ◦ blue 108

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

Shades of Ocean Green #53B26C

Tints of Ocean Green #53B26C

RGB

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

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

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

R = 22.49%
G = 48.24%
B = 29.27%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#53B26C (or 0x53B26C) is known color: Ocean Green. HEX triplet: 53, B2 and 6C. RGB value is (83,178,108). Sum of RGB (Red+Green+Blue) = 83+178+108=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #53B26C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B26C is #AC4D93. Grayscale: #8D8D8D. Windows color (decimal): -11292052 or 7123539. OLE color: 7123539.

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

Color convert

RGB 83 178 108 -
CMYK 0.53 0 0.39 0.30
HSL 135.79º 0.38% 0.51% -
HSV(B) 135.79º 0.53% 0.7% -
XYZ 22.19 34.76 19.73 -
YUV 141.62 109.03 86.19 -
System Red Green Blue C M Y K H S L
Decimal 83 178 108 0.53 0 0.39 0.30 135.79 0.38 0.51
Hex 53 B2 6C 35 0 27 1E 88 26 33
Octal 123 262 154 65 0 47 36 210 46 63
Binary 1010011 10110010 1101100 110101 0 100111 11110 10001000 100110 110011

Color Harmonies of #53B26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B26C

Black with #53B26C

Text Example


Text Example

White with #53B26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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