Html Css Color HEX #148163 Deep Sea

📋 copy color: '#148163'

red 20 ◦ green 129 ◦ blue 99

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

Shades of Deep Sea #148163

Tints of Deep Sea #148163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 8.06%
G = 52.02%
B = 39.92%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#148163 (or 0x148163) is known color: Deep Sea. HEX triplet: 14, 81 and 63. RGB value is (20,129,99). Sum of RGB (Red+Green+Blue) = 20+129+99=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 129 (50.78% from 255 or 52.02% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 129 - color contains mainly: green. Hex color #148163 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148163 is #EB7E9C. Grayscale: #5D5D5D. Windows color (decimal): -15433373 or 6521108. OLE color: 6521108.

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

Color convert

RGB 20 129 99 -
CMYK 0.84 0 0.23 0.49
HSL 163.49º 0.73% 0.29% -
HSV(B) 163.49º 0.84% 0.51% -
XYZ 10.39 16.75 14.49 -
YUV 92.99 131.39 75.94 -
System Red Green Blue C M Y K H S L
Decimal 20 129 99 0.84 0 0.23 0.49 163.49 0.73 0.29
Hex 14 81 63 54 0 17 31 A3 49 1D
Octal 24 201 143 124 0 27 61 243 111 35
Binary 10100 10000001 1100011 1010100 0 10111 110001 10100011 1001001 11101

Color Harmonies of #148163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148163

Black with #148163

Text Example


Text Example

White with #148163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148163; }

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

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

background-color css

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

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

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

border-color css

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

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

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