Html Css Color HEX #48AB66 Ocean Green

📋 copy color: '#48AB66'

red 72 ◦ green 171 ◦ blue 102

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

Shades of Ocean Green #48AB66

Tints of Ocean Green #48AB66

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.57%

 BLUE value IS 102 (40.23% from 255) = 29.57%

R = 20.87%
G = 49.57%
B = 29.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#48AB66 (or 0x48AB66) is known color: Ocean Green. HEX triplet: 48, AB and 66. RGB value is (72,171,102). Sum of RGB (Red+Green+Blue) = 72+171+102=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #48AB66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48AB66 is #B75499. Grayscale: #858585. Windows color (decimal): -12014746 or 6728520. OLE color: 6728520.

HSL color Cylindrical-coordinate representation of color #48AB66: hue angle of 138.18º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #48AB66 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 171 102 -
CMYK 0.58 0 0.40 0.33
HSL 138.18º 0.41% 0.48% -
HSV(B) 138.18º 0.58% 0.67% -
XYZ 19.63 31.46 17.61 -
YUV 133.53 110.2 84.11 -
System Red Green Blue C M Y K H S L
Decimal 72 171 102 0.58 0 0.40 0.33 138.18 0.41 0.48
Hex 48 AB 66 3A 0 28 21 8A 29 30
Octal 110 253 146 72 0 50 41 212 51 60
Binary 1001000 10101011 1100110 111010 0 101000 100001 10001010 101001 110000

Color Harmonies of #48AB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48AB66

Black with #48AB66

Text Example


Text Example

White with #48AB66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,171,102); }

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

background-color css

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

 a { background-color: rgb(72,171,102); }

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

border-color css

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

 span { border-color: rgb(72,171,102); }

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