Html Css Color HEX #4BAC68 Ocean Green

📋 copy color: '#4BAC68'

red 75 ◦ green 172 ◦ blue 104

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

Shades of Ocean Green #4BAC68

Tints of Ocean Green #4BAC68

RGB

 RED value IS 75 (29.69% from 255) = 21.37%

 GREEN value IS 172 (67.58% from 255) = 49%

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

R = 21.37%
G = 49%
B = 29.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#4BAC68 (or 0x4BAC68) is known color: Ocean Green. HEX triplet: 4B, AC and 68. RGB value is (75,172,104). Sum of RGB (Red+Green+Blue) = 75+172+104=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAC68 is #B45397. Grayscale: #878787. Windows color (decimal): -11817880 or 6859851. OLE color: 6859851.

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

Color convert

RGB 75 172 104 -
CMYK 0.56 0 0.40 0.33
HSL 137.94º 0.39% 0.48% -
HSV(B) 137.94º 0.56% 0.67% -
XYZ 20.15 32 18.21 -
YUV 135.25 110.36 85.03 -
System Red Green Blue C M Y K H S L
Decimal 75 172 104 0.56 0 0.40 0.33 137.94 0.39 0.48
Hex 4B AC 68 38 0 28 21 8A 27 30
Octal 113 254 150 70 0 50 41 212 47 60
Binary 1001011 10101100 1101000 111000 0 101000 100001 10001010 100111 110000

Color Harmonies of #4BAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAC68

Black with #4BAC68

Text Example


Text Example

White with #4BAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BAC68; }

 p { color: rgb(75,172,104); }

 H1.HeaderClassName
 {
   color: #4BAC68;
 }
 .AnyTagClassName
 {
   color: #4BAC68;
 }
</style>

background-color css

<style>
 a { background-color: #4BAC68; }

 a { background-color: rgb(75,172,104); }

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

border-color css

<style>
 span { border-color: #4BAC68; }

 span { border-color: rgb(75,172,104); }

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