Html Css Color HEX #148468 Deep Sea

📋 copy color: '#148468'

red 20 ◦ green 132 ◦ blue 104

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

Shades of Deep Sea #148468

Tints of Deep Sea #148468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 51.56%

 BLUE value IS 104 (41.02% from 255) = 40.63%

R = 7.81%
G = 51.56%
B = 40.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#148468 (or 0x148468) is known color: Deep Sea. HEX triplet: 14, 84 and 68. RGB value is (20,132,104). Sum of RGB (Red+Green+Blue) = 20+132+104=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #148468 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148468 is #EB7B97. Grayscale: #5F5F5F. Windows color (decimal): -15432600 or 6849556. OLE color: 6849556.

HSL color Cylindrical-coordinate representation of color #148468: hue angle of 165º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148468 is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 132 104 -
CMYK 0.85 0 0.21 0.48
HSL 165º 0.74% 0.3% -
HSV(B) 165º 0.85% 0.52% -
XYZ 11.04 17.65 15.92 -
YUV 95.32 132.89 74.28 -
System Red Green Blue C M Y K H S L
Decimal 20 132 104 0.85 0 0.21 0.48 165 0.74 0.3
Hex 14 84 68 55 0 15 30 A5 4A 1E
Octal 24 204 150 125 0 25 60 245 112 36
Binary 10100 10000100 1101000 1010101 0 10101 110000 10100101 1001010 11110

Color Harmonies of #148468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148468

Black with #148468

Text Example


Text Example

White with #148468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148468; }

 p { color: rgb(20,132,104); }

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

background-color css

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

 a { background-color: rgb(20,132,104); }

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

border-color css

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

 span { border-color: rgb(20,132,104); }

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