Html Css Color HEX #48A668 Ocean Green

📋 copy color: '#48A668'

red 72 ◦ green 166 ◦ blue 104

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

Shades of Ocean Green #48A668

Tints of Ocean Green #48A668

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.54%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 21.05%
G = 48.54%
B = 30.41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#48A668 (or 0x48A668) is known color: Ocean Green. HEX triplet: 48, A6 and 68. RGB value is (72,166,104). Sum of RGB (Red+Green+Blue) = 72+166+104=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #48A668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A668 is #B75997. Grayscale: #828282. Windows color (decimal): -12016024 or 6858312. OLE color: 6858312.

HSL color Cylindrical-coordinate representation of color #48A668: hue angle of 140.43º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48A668 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 166 104 -
CMYK 0.57 0 0.37 0.35
HSL 140.43º 0.39% 0.47% -
HSV(B) 140.43º 0.57% 0.65% -
XYZ 18.81 29.65 17.83 -
YUV 130.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 72 166 104 0.57 0 0.37 0.35 140.43 0.39 0.47
Hex 48 A6 68 39 0 25 23 8C 27 2F
Octal 110 246 150 71 0 45 43 214 47 57
Binary 1001000 10100110 1101000 111001 0 100101 100011 10001100 100111 101111

Color Harmonies of #48A668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A668

Black with #48A668

Text Example


Text Example

White with #48A668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,166,104); }

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

background-color css

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

 a { background-color: rgb(72,166,104); }

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

border-color css

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

 span { border-color: rgb(72,166,104); }

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