Html Css Color HEX #148268 Deep Sea

📋 copy color: '#148268'

red 20 ◦ green 130 ◦ blue 104

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

Shades of Deep Sea #148268

Tints of Deep Sea #148268

RGB

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

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

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

R = 7.87%
G = 51.18%
B = 40.94%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#148268 (or 0x148268) is known color: Deep Sea. HEX triplet: 14, 82 and 68. RGB value is (20,130,104). Sum of RGB (Red+Green+Blue) = 20+130+104=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 130 (51.17% from 255 or 51.18% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 130 - color contains mainly: green. Hex color #148268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148268 is #EB7D97. Grayscale: #5E5E5E. Windows color (decimal): -15433112 or 6849044. OLE color: 6849044.

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

Color convert

RGB 20 130 104 -
CMYK 0.85 0 0.2 0.49
HSL 165.82º 0.73% 0.29% -
HSV(B) 165.82º 0.85% 0.51% -
XYZ 10.77 17.11 15.83 -
YUV 94.15 133.56 75.11 -
System Red Green Blue C M Y K H S L
Decimal 20 130 104 0.85 0 0.2 0.49 165.82 0.73 0.29
Hex 14 82 68 55 0 14 31 A6 49 1D
Octal 24 202 150 125 0 24 61 246 111 35
Binary 10100 10000010 1101000 1010101 0 10100 110001 10100110 1001001 11101

Color Harmonies of #148268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148268

Black with #148268

Text Example


Text Example

White with #148268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148268; }

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

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

background-color css

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

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

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

border-color css

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

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

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