Html Css Color HEX #148272 Deep Sea

📋 copy color: '#148272'

red 20 ◦ green 130 ◦ blue 114

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

Shades of Deep Sea #148272

Tints of Deep Sea #148272

RGB

 RED value IS 20 (8.2% from 255) = 7.58%

 GREEN value IS 130 (51.17% from 255) = 49.24%

 BLUE value IS 114 (44.92% from 255) = 43.18%

R = 7.58%
G = 49.24%
B = 43.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#148272 (or 0x148272) is known color: Deep Sea. HEX triplet: 14, 82 and 72. RGB value is (20,130,114). Sum of RGB (Red+Green+Blue) = 20+130+114=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 130 (51.17% from 255 or 49.24% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 130 - color contains mainly: green. Hex color #148272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148272 is #EB7D8D. Grayscale: #5F5F5F. Windows color (decimal): -15433102 or 7504404. OLE color: 7504404.

HSL color Cylindrical-coordinate representation of color #148272: hue angle of 171.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148272 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 114 -
CMYK 0.85 0 0.12 0.49
HSL 171.27º 0.73% 0.29% -
HSV(B) 171.27º 0.85% 0.51% -
XYZ 11.31 17.33 18.67 -
YUV 95.29 138.56 74.3 -
System Red Green Blue C M Y K H S L
Decimal 20 130 114 0.85 0 0.12 0.49 171.27 0.73 0.29
Hex 14 82 72 55 0 C 31 AB 49 1D
Octal 24 202 162 125 0 14 61 253 111 35
Binary 10100 10000010 1110010 1010101 0 1100 110001 10101011 1001001 11101

Color Harmonies of #148272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148272

Black with #148272

Text Example


Text Example

White with #148272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148272; }

 p { color: rgb(20,130,114); }

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

background-color css

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

 a { background-color: rgb(20,130,114); }

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

border-color css

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

 span { border-color: rgb(20,130,114); }

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