Html Css Color HEX #148275 Deep Sea

📋 copy color: '#148275'

red 20 ◦ green 130 ◦ blue 117

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

Shades of Deep Sea #148275

Tints of Deep Sea #148275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.82%

R = 7.49%
G = 48.69%
B = 43.82%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#148275 (or 0x148275) is known color: Deep Sea. HEX triplet: 14, 82 and 75. RGB value is (20,130,117). Sum of RGB (Red+Green+Blue) = 20+130+117=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #148275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148275 is #EB7D8A. Grayscale: #5F5F5F. Windows color (decimal): -15433099 or 7701012. OLE color: 7701012.

HSL color Cylindrical-coordinate representation of color #148275: hue angle of 172.91º 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 #148275 is Cyan = 0.85, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 130 117 -
CMYK 0.85 0 0.1 0.49
HSL 172.91º 0.73% 0.29% -
HSV(B) 172.91º 0.85% 0.51% -
XYZ 11.48 17.4 19.58 -
YUV 95.63 140.06 74.06 -
System Red Green Blue C M Y K H S L
Decimal 20 130 117 0.85 0 0.1 0.49 172.91 0.73 0.29
Hex 14 82 75 55 0 A 31 AD 49 1D
Octal 24 202 165 125 0 12 61 255 111 35
Binary 10100 10000010 1110101 1010101 0 1010 110001 10101101 1001001 11101

Color Harmonies of #148275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148275

Black with #148275

Text Example


Text Example

White with #148275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148275; }

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

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

background-color css

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

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

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

border-color css

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

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

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