Html Css Color HEX #148066 Deep Sea

📋 copy color: '#148066'

red 20 ◦ green 128 ◦ blue 102

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

Shades of Deep Sea #148066

Tints of Deep Sea #148066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.2%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 8%
G = 51.2%
B = 40.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#148066 (or 0x148066) is known color: Deep Sea. HEX triplet: 14, 80 and 66. RGB value is (20,128,102). Sum of RGB (Red+Green+Blue) = 20+128+102=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 128 (50.39% from 255 or 51.2% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 128 - color contains mainly: green. Hex color #148066 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148066 is #EB7F99. Grayscale: #5C5C5C. Windows color (decimal): -15433626 or 6717460. OLE color: 6717460.

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

Color convert

RGB 20 128 102 -
CMYK 0.84 0 0.20 0.50
HSL 165.56º 0.73% 0.29% -
HSV(B) 165.56º 0.84% 0.5% -
XYZ 10.41 16.55 15.22 -
YUV 92.74 133.22 76.11 -
System Red Green Blue C M Y K H S L
Decimal 20 128 102 0.84 0 0.20 0.50 165.56 0.73 0.29
Hex 14 80 66 54 0 14 32 A6 49 1D
Octal 24 200 146 124 0 24 62 246 111 35
Binary 10100 10000000 1100110 1010100 0 10100 110010 10100110 1001001 11101

Color Harmonies of #148066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148066

Black with #148066

Text Example


Text Example

White with #148066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148066; }

 p { color: rgb(20,128,102); }

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

background-color css

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

 a { background-color: rgb(20,128,102); }

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

border-color css

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

 span { border-color: rgb(20,128,102); }

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