Html Css Color HEX #148885 Dark Cyan

📋 copy color: '#148885'

red 20 ◦ green 136 ◦ blue 133

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

Shades of Dark Cyan #148885

Tints of Dark Cyan #148885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 6.92%
G = 47.06%
B = 46.02%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#148885 (or 0x148885) is known color: Dark Cyan. HEX triplet: 14, 88 and 85. RGB value is (20,136,133). Sum of RGB (Red+Green+Blue) = 20+136+133=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #148885 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #148885 is #EB777A. Grayscale: #646464. Windows color (decimal): -15431547 or 8751124. OLE color: 8751124.

HSL color Cylindrical-coordinate representation of color #148885: hue angle of 178.45º 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 #148885 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 136 133 -
CMYK 0.85 0 0.02 0.47
HSL 178.45º 0.74% 0.31% -
HSV(B) 178.45º 0.85% 0.53% -
XYZ 13.33 19.45 25.24 -
YUV 100.97 146.07 70.24 -
System Red Green Blue C M Y K H S L
Decimal 20 136 133 0.85 0 0.02 0.47 178.45 0.74 0.31
Hex 14 88 85 55 0 2 2F B2 4A 1F
Octal 24 210 205 125 0 2 57 262 112 37
Binary 10100 10001000 10000101 1010101 0 10 101111 10110010 1001010 11111

Color Harmonies of #148885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148885

Black with #148885

Text Example


Text Example

White with #148885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148885; }

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

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

background-color css

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

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

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

border-color css

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

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

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