Html Css Color HEX #148982 Dark Cyan

📋 copy color: '#148982'

red 20 ◦ green 137 ◦ blue 130

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

Shades of Dark Cyan #148982

Tints of Dark Cyan #148982

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.74%

 BLUE value IS 130 (51.17% from 255) = 45.3%

R = 6.97%
G = 47.74%
B = 45.3%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#148982 (or 0x148982) is known color: Dark Cyan. HEX triplet: 14, 89 and 82. RGB value is (20,137,130). Sum of RGB (Red+Green+Blue) = 20+137+130=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 137 (53.91% from 255 or 47.74% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 137 - color contains mainly: green. Hex color #148982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148982 is #EB767D. Grayscale: #656565. Windows color (decimal): -15431294 or 8554772. OLE color: 8554772.

HSL color Cylindrical-coordinate representation of color #148982: hue angle of 176.41º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148982 is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 137 130 -
CMYK 0.85 0 0.05 0.46
HSL 176.41º 0.75% 0.31% -
HSV(B) 176.41º 0.85% 0.54% -
XYZ 13.26 19.65 24.21 -
YUV 101.22 144.24 70.07 -
System Red Green Blue C M Y K H S L
Decimal 20 137 130 0.85 0 0.05 0.46 176.41 0.75 0.31
Hex 14 89 82 55 0 5 2E B0 4B 1F
Octal 24 211 202 125 0 5 56 260 113 37
Binary 10100 10001001 10000010 1010101 0 101 101110 10110000 1001011 11111

Color Harmonies of #148982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148982

Black with #148982

Text Example


Text Example

White with #148982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148982; }

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

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

background-color css

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

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

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

border-color css

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

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

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