Html Css Color HEX #148A93 Dark Cyan

📋 copy color: '#148A93'

red 20 ◦ green 138 ◦ blue 147

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

Shades of Dark Cyan #148A93

Tints of Dark Cyan #148A93

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.25%

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

R = 6.56%
G = 45.25%
B = 48.2%

CMYK

 C value IS 0.86

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#148A93 (or 0x148A93) is known color: Dark Cyan. HEX triplet: 14, 8A and 93. RGB value is (20,138,147). Sum of RGB (Red+Green+Blue) = 20+138+147=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #148A93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148A93 is #EB756C. Grayscale: #676767. Windows color (decimal): -15431021 or 9669140. OLE color: 9669140.

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

Color convert

RGB 20 138 147 -
CMYK 0.86 0.06 0 0.42
HSL 184.25º 0.76% 0.33% -
HSV(B) 184.25º 0.86% 0.58% -
XYZ 14.64 20.43 30.78 -
YUV 103.74 152.41 68.27 -
System Red Green Blue C M Y K H S L
Decimal 20 138 147 0.86 0.06 0 0.42 184.25 0.76 0.33
Hex 14 8A 93 56 6 0 2A B8 4C 21
Octal 24 212 223 126 6 0 52 270 114 41
Binary 10100 10001010 10010011 1010110 110 0 101010 10111000 1001100 100001

Color Harmonies of #148A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148A93

Black with #148A93

Text Example


Text Example

White with #148A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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