Html Css Color HEX #149483 Dark Cyan

📋 copy color: '#149483'

red 20 ◦ green 148 ◦ blue 131

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

Shades of Dark Cyan #149483

Tints of Dark Cyan #149483

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.5%

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

R = 6.69%
G = 49.5%
B = 43.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#149483 (or 0x149483) is known color: Dark Cyan. HEX triplet: 14, 94 and 83. RGB value is (20,148,131). Sum of RGB (Red+Green+Blue) = 20+148+131=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #149483 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149483 is #EB6B7C. Grayscale: #6B6B6B. Windows color (decimal): -15428477 or 8623124. OLE color: 8623124.

HSL color Cylindrical-coordinate representation of color #149483: hue angle of 172.03º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149483 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 131 -
CMYK 0.86 0 0.11 0.42
HSL 172.03º 0.76% 0.33% -
HSV(B) 172.03º 0.86% 0.58% -
XYZ 14.98 22.97 25.12 -
YUV 107.79 141.09 65.38 -
System Red Green Blue C M Y K H S L
Decimal 20 148 131 0.86 0 0.11 0.42 172.03 0.76 0.33
Hex 14 94 83 56 0 B 2A AC 4C 21
Octal 24 224 203 126 0 13 52 254 114 41
Binary 10100 10010100 10000011 1010110 0 1011 101010 10101100 1001100 100001

Color Harmonies of #149483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149483

Black with #149483

Text Example


Text Example

White with #149483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149483; }

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

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

background-color css

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

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

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

border-color css

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

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

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