Html Css Color HEX #148983 Dark Cyan

📋 copy color: '#148983'

red 20 ◦ green 137 ◦ blue 131

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

Shades of Dark Cyan #148983

Tints of Dark Cyan #148983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.49%

R = 6.94%
G = 47.57%
B = 45.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#148983 (or 0x148983) is known color: Dark Cyan. HEX triplet: 14, 89 and 83. RGB value is (20,137,131). Sum of RGB (Red+Green+Blue) = 20+137+131=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 137 - color contains mainly: green. Hex color #148983 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148983 is #EB767C. Grayscale: #656565. Windows color (decimal): -15431293 or 8620308. OLE color: 8620308.

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

Color convert

RGB 20 137 131 -
CMYK 0.85 0 0.04 0.46
HSL 176.92º 0.75% 0.31% -
HSV(B) 176.92º 0.85% 0.54% -
XYZ 13.33 19.68 24.57 -
YUV 101.33 144.74 69.99 -
System Red Green Blue C M Y K H S L
Decimal 20 137 131 0.85 0 0.04 0.46 176.92 0.75 0.31
Hex 14 89 83 55 0 4 2E B1 4B 1F
Octal 24 211 203 125 0 4 56 261 113 37
Binary 10100 10001001 10000011 1010101 0 100 101110 10110001 1001011 11111

Color Harmonies of #148983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148983

Black with #148983

Text Example


Text Example

White with #148983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148983; }

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

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

background-color css

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

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

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

border-color css

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

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

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