Html Css Color HEX #148884 Dark Cyan

📋 copy color: '#148884'

red 20 ◦ green 136 ◦ blue 132

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

Shades of Dark Cyan #148884

Tints of Dark Cyan #148884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.22%

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 6.94%
G = 47.22%
B = 45.83%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#148884 (or 0x148884) is known color: Dark Cyan. HEX triplet: 14, 88 and 84. RGB value is (20,136,132). Sum of RGB (Red+Green+Blue) = 20+136+132=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 136 - color contains mainly: green. Hex color #148884 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148884 is #EB777B. Grayscale: #646464. Windows color (decimal): -15431548 or 8685588. OLE color: 8685588.

HSL color Cylindrical-coordinate representation of color #148884: hue angle of 177.93º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #148884 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 136 132 -
CMYK 0.85 0 0.03 0.47
HSL 177.93º 0.74% 0.31% -
HSV(B) 177.93º 0.85% 0.53% -
XYZ 13.26 19.42 24.88 -
YUV 100.86 145.57 70.33 -
System Red Green Blue C M Y K H S L
Decimal 20 136 132 0.85 0 0.03 0.47 177.93 0.74 0.31
Hex 14 88 84 55 0 3 2F B2 4A 1F
Octal 24 210 204 125 0 3 57 262 112 37
Binary 10100 10001000 10000100 1010101 0 11 101111 10110010 1001010 11111

Color Harmonies of #148884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148884

Black with #148884

Text Example


Text Example

White with #148884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148884; }

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

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

background-color css

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

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

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

border-color css

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

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

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