Html Css Color HEX #148993 Dark Cyan

📋 copy color: '#148993'

red 20 ◦ green 137 ◦ blue 147

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

Shades of Dark Cyan #148993

Tints of Dark Cyan #148993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.36%

R = 6.58%
G = 45.07%
B = 48.36%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148993 (or 0x148993) is known color: Dark Cyan. HEX triplet: 14, 89 and 93. RGB value is (20,137,147). Sum of RGB (Red+Green+Blue) = 20+137+147=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 147 (57.81% from 255 or 48.36% from 304); Max value from RGB is 147 - color contains mainly: blue. Hex color #148993 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148993 is #EB766C. Grayscale: #676767. Windows color (decimal): -15431277 or 9668884. OLE color: 9668884.

HSL color Cylindrical-coordinate representation of color #148993: hue angle of 184.72º 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 #148993 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 137 147 -
CMYK 0.86 0.07 0 0.42
HSL 184.72º 0.76% 0.33% -
HSV(B) 184.72º 0.86% 0.58% -
XYZ 14.5 20.15 30.73 -
YUV 103.16 152.74 68.69 -
System Red Green Blue C M Y K H S L
Decimal 20 137 147 0.86 0.07 0 0.42 184.72 0.76 0.33
Hex 14 89 93 56 7 0 2A B9 4C 21
Octal 24 211 223 126 7 0 52 271 114 41
Binary 10100 10001001 10010011 1010110 111 0 101010 10111001 1001100 100001

Color Harmonies of #148993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148993

Black with #148993

Text Example


Text Example

White with #148993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148993; }

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

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

background-color css

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

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

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

border-color css

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

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

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