Html Css Color HEX #148F88 Dark Cyan

📋 copy color: '#148F88'

red 20 ◦ green 143 ◦ blue 136

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

Shades of Dark Cyan #148F88

Tints of Dark Cyan #148F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.83%

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 6.69%
G = 47.83%
B = 45.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#148F88 (or 0x148F88) is known color: Dark Cyan. HEX triplet: 14, 8F and 88. RGB value is (20,143,136). Sum of RGB (Red+Green+Blue) = 20+143+136=299 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.69% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #148F88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148F88 is #EB7077. Grayscale: #696969. Windows color (decimal): -15429752 or 8949524. OLE color: 8949524.

HSL color Cylindrical-coordinate representation of color #148F88: hue angle of 176.59º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148F88 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 143 136 -
CMYK 0.86 0 0.05 0.44
HSL 176.59º 0.75% 0.32% -
HSV(B) 176.59º 0.86% 0.56% -
XYZ 14.55 21.57 26.69 -
YUV 105.43 145.25 67.07 -
System Red Green Blue C M Y K H S L
Decimal 20 143 136 0.86 0 0.05 0.44 176.59 0.75 0.32
Hex 14 8F 88 56 0 5 2C B1 4B 20
Octal 24 217 210 126 0 5 54 261 113 40
Binary 10100 10001111 10001000 1010110 0 101 101100 10110001 1001011 100000

Color Harmonies of #148F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148F88

Black with #148F88

Text Example


Text Example

White with #148F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,143,136); }

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

background-color css

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

 a { background-color: rgb(20,143,136); }

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

border-color css

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

 span { border-color: rgb(20,143,136); }

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