Html Css Color HEX #148692 Dark Cyan

📋 copy color: '#148692'

red 20 ◦ green 134 ◦ blue 146

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

Shades of Dark Cyan #148692

Tints of Dark Cyan #148692

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

 BLUE value IS 146 (57.42% from 255) = 48.67%

R = 6.67%
G = 44.67%
B = 48.67%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#148692 (or 0x148692) is known color: Dark Cyan. HEX triplet: 14, 86 and 92. RGB value is (20,134,146). Sum of RGB (Red+Green+Blue) = 20+134+146=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #148692 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148692 is #EB796D. Grayscale: #656565. Windows color (decimal): -15432046 or 9602580. OLE color: 9602580.

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

Color convert

RGB 20 134 146 -
CMYK 0.86 0.08 0 0.43
HSL 185.71º 0.76% 0.33% -
HSV(B) 185.71º 0.86% 0.57% -
XYZ 14 19.27 30.18 -
YUV 101.28 153.23 70.02 -
System Red Green Blue C M Y K H S L
Decimal 20 134 146 0.86 0.08 0 0.43 185.71 0.76 0.33
Hex 14 86 92 56 8 0 2B BA 4C 21
Octal 24 206 222 126 10 0 53 272 114 41
Binary 10100 10000110 10010010 1010110 1000 0 101011 10111010 1001100 100001

Color Harmonies of #148692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148692

Black with #148692

Text Example


Text Example

White with #148692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148692; }

 p { color: rgb(20,134,146); }

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

background-color css

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

 a { background-color: rgb(20,134,146); }

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

border-color css

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

 span { border-color: rgb(20,134,146); }

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