Html Css Color HEX #53B07B Ocean Green

📋 copy color: '#53B07B'

red 83 ◦ green 176 ◦ blue 123

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

Shades of Ocean Green #53B07B

Tints of Ocean Green #53B07B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.07%

 BLUE value IS 123 (48.44% from 255) = 32.2%

R = 21.73%
G = 46.07%
B = 32.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#53B07B (or 0x53B07B) is known color: Ocean Green. HEX triplet: 53, B0 and 7B. RGB value is (83,176,123). Sum of RGB (Red+Green+Blue) = 83+176+123=382 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.73% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #53B07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53B07B is #AC4F84. Grayscale: #8E8E8E. Windows color (decimal): -11292549 or 8106067. OLE color: 8106067.

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

Color convert

RGB 83 176 123 -
CMYK 0.53 0 0.30 0.31
HSL 145.81º 0.37% 0.51% -
HSV(B) 145.81º 0.53% 0.69% -
XYZ 22.67 34.32 24.17 -
YUV 142.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 83 176 123 0.53 0 0.30 0.31 145.81 0.37 0.51
Hex 53 B0 7B 35 0 1E 1F 92 25 33
Octal 123 260 173 65 0 36 37 222 45 63
Binary 1010011 10110000 1111011 110101 0 11110 11111 10010010 100101 110011

Color Harmonies of #53B07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B07B

Black with #53B07B

Text Example


Text Example

White with #53B07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,176,123); }

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

background-color css

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

 a { background-color: rgb(83,176,123); }

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

border-color css

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

 span { border-color: rgb(83,176,123); }

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