Html Css Color HEX #48B07C Ocean Green

📋 copy color: '#48B07C'

red 72 ◦ green 176 ◦ blue 124

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

Shades of Ocean Green #48B07C

Tints of Ocean Green #48B07C

RGB

 RED value IS 72 (28.52% from 255) = 19.35%

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

 BLUE value IS 124 (48.83% from 255) = 33.33%

R = 19.35%
G = 47.31%
B = 33.33%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#48B07C (or 0x48B07C) is known color: Ocean Green. HEX triplet: 48, B0 and 7C. RGB value is (72,176,124). Sum of RGB (Red+Green+Blue) = 72+176+124=372 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.35% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #48B07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B07C is #B74F83. Grayscale: #8B8B8B. Windows color (decimal): -12013444 or 8171592. OLE color: 8171592.

HSL color Cylindrical-coordinate representation of color #48B07C: hue angle of 150º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #48B07C is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 72 176 124 -
CMYK 0.59 0 0.30 0.31
HSL 150º 0.42% 0.49% -
HSV(B) 150º 0.59% 0.69% -
XYZ 21.84 33.88 24.46 -
YUV 138.98 119.54 80.23 -
System Red Green Blue C M Y K H S L
Decimal 72 176 124 0.59 0 0.30 0.31 150 0.42 0.49
Hex 48 B0 7C 3B 0 1E 1F 96 2A 31
Octal 110 260 174 73 0 36 37 226 52 61
Binary 1001000 10110000 1111100 111011 0 11110 11111 10010110 101010 110001

Color Harmonies of #48B07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48B07C

Black with #48B07C

Text Example


Text Example

White with #48B07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48B07C; }

 p { color: rgb(72,176,124); }

 H1.HeaderClassName
 {
   color: #48B07C;
 }
 .AnyTagClassName
 {
   color: #48B07C;
 }
</style>

background-color css

<style>
 a { background-color: #48B07C; }

 a { background-color: rgb(72,176,124); }

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

border-color css

<style>
 span { border-color: #48B07C; }

 span { border-color: rgb(72,176,124); }

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