Html Css Color HEX #52B27B Ocean Green

📋 copy color: '#52B27B'

red 82 ◦ green 178 ◦ blue 123

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

Shades of Ocean Green #52B27B

Tints of Ocean Green #52B27B

RGB

 RED value IS 82 (32.42% from 255) = 21.41%

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

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

R = 21.41%
G = 46.48%
B = 32.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#52B27B (or 0x52B27B) is known color: Ocean Green. HEX triplet: 52, B2 and 7B. RGB value is (82,178,123). Sum of RGB (Red+Green+Blue) = 82+178+123=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #52B27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52B27B is #AD4D84. Grayscale: #8F8F8F. Windows color (decimal): -11357573 or 8106578. OLE color: 8106578.

HSL color Cylindrical-coordinate representation of color #52B27B: hue angle of 145.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B27B is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 123 -
CMYK 0.54 0 0.31 0.30
HSL 145.63º 0.38% 0.51% -
HSV(B) 145.63º 0.54% 0.7% -
XYZ 22.98 35.06 24.3 -
YUV 143.03 116.7 84.47 -
System Red Green Blue C M Y K H S L
Decimal 82 178 123 0.54 0 0.31 0.30 145.63 0.38 0.51
Hex 52 B2 7B 36 0 1F 1E 92 26 33
Octal 122 262 173 66 0 37 36 222 46 63
Binary 1010010 10110010 1111011 110110 0 11111 11110 10010010 100110 110011

Color Harmonies of #52B27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B27B

Black with #52B27B

Text Example


Text Example

White with #52B27B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52B27B; }

 p { color: rgb(82,178,123); }

 H1.HeaderClassName
 {
   color: #52B27B;
 }
 .AnyTagClassName
 {
   color: #52B27B;
 }
</style>

background-color css

<style>
 a { background-color: #52B27B; }

 a { background-color: rgb(82,178,123); }

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

border-color css

<style>
 span { border-color: #52B27B; }

 span { border-color: rgb(82,178,123); }

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