Html Css Color HEX #45AB6A Ocean Green

📋 copy color: '#45AB6A'

red 69 ◦ green 171 ◦ blue 106

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

Shades of Ocean Green #45AB6A

Tints of Ocean Green #45AB6A

RGB

 RED value IS 69 (27.34% from 255) = 19.94%

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 19.94%
G = 49.42%
B = 30.64%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#45AB6A (or 0x45AB6A) is known color: Ocean Green. HEX triplet: 45, AB and 6A. RGB value is (69,171,106). Sum of RGB (Red+Green+Blue) = 69+171+106=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #45AB6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45AB6A is #BA5495. Grayscale: #858585. Windows color (decimal): -12211350 or 6990661. OLE color: 6990661.

HSL color Cylindrical-coordinate representation of color #45AB6A: hue angle of 141.76º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45AB6A is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 69 171 106 -
CMYK 0.60 0 0.38 0.33
HSL 141.76º 0.43% 0.47% -
HSV(B) 141.76º 0.6% 0.67% -
XYZ 19.62 31.43 18.67 -
YUV 133.09 112.71 82.29 -
System Red Green Blue C M Y K H S L
Decimal 69 171 106 0.60 0 0.38 0.33 141.76 0.43 0.47
Hex 45 AB 6A 3C 0 26 21 8E 2A 2F
Octal 105 253 152 74 0 46 41 216 52 57
Binary 1000101 10101011 1101010 111100 0 100110 100001 10001110 101010 101111

Color Harmonies of #45AB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45AB6A

Black with #45AB6A

Text Example


Text Example

White with #45AB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45AB6A; }

 p { color: rgb(69,171,106); }

 H1.HeaderClassName
 {
   color: #45AB6A;
 }
 .AnyTagClassName
 {
   color: #45AB6A;
 }
</style>

background-color css

<style>
 a { background-color: #45AB6A; }

 a { background-color: rgb(69,171,106); }

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

border-color css

<style>
 span { border-color: #45AB6A; }

 span { border-color: rgb(69,171,106); }

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