Html Css Color HEX #148175 Deep Sea

📋 copy color: '#148175'

red 20 ◦ green 129 ◦ blue 117

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

Shades of Deep Sea #148175

Tints of Deep Sea #148175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.5%

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

R = 7.52%
G = 48.5%
B = 43.98%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#148175 (or 0x148175) is known color: Deep Sea. HEX triplet: 14, 81 and 75. RGB value is (20,129,117). Sum of RGB (Red+Green+Blue) = 20+129+117=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 129 (50.78% from 255 or 48.50% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 129 - color contains mainly: green. Hex color #148175 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148175 is #EB7E8A. Grayscale: #5E5E5E. Windows color (decimal): -15433355 or 7700756. OLE color: 7700756.

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

Color convert

RGB 20 129 117 -
CMYK 0.84 0 0.09 0.49
HSL 173.39º 0.73% 0.29% -
HSV(B) 173.39º 0.84% 0.51% -
XYZ 11.35 17.13 19.54 -
YUV 95.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 20 129 117 0.84 0 0.09 0.49 173.39 0.73 0.29
Hex 14 81 75 54 0 9 31 AD 49 1D
Octal 24 201 165 124 0 11 61 255 111 35
Binary 10100 10000001 1110101 1010100 0 1001 110001 10101101 1001001 11101

Color Harmonies of #148175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148175

Black with #148175

Text Example


Text Example

White with #148175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148175; }

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

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

background-color css

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

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

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

border-color css

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

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

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