Html Css Color HEX #0C9B9D Persian Green

📋 copy color: '#0C9B9D'

red 12 ◦ green 155 ◦ blue 157

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

Shades of Persian Green #0C9B9D

Tints of Persian Green #0C9B9D

RGB

 RED value IS 12 (5.08% from 255) = 3.7%

 GREEN value IS 155 (60.94% from 255) = 47.84%

 BLUE value IS 157 (61.72% from 255) = 48.46%

R = 3.7%
G = 47.84%
B = 48.46%

CMYK

 C value IS 0.92

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0C9B9D (or 0x0C9B9D) is known color: Persian Green. HEX triplet: 0C, 9B and 9D. RGB value is (12,155,157). Sum of RGB (Red+Green+Blue) = 12+155+157=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C9B9D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C9B9D is #F36462. Grayscale: #707070. Windows color (decimal): -15950947 or 10328844. OLE color: 10328844.

HSL color Cylindrical-coordinate representation of color #0C9B9D: hue angle of 180.83º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C9B9D is Cyan = 0.92, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 12 155 157 -
CMYK 0.92 0.01 0 0.38
HSL 180.83º 0.86% 0.33% -
HSV(B) 180.83º 0.92% 0.62% -
XYZ 17.96 25.96 35.96 -
YUV 112.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 12 155 157 0.92 0.01 0 0.38 180.83 0.86 0.33
Hex C 9B 9D 5C 1 0 26 B5 56 21
Octal 14 233 235 134 1 0 46 265 126 41
Binary 1100 10011011 10011101 1011100 1 0 100110 10110101 1010110 100001

Color Harmonies of #0C9B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C9B9D

Black with #0C9B9D

Text Example


Text Example

White with #0C9B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C9B9D; }

 p { color: rgb(12,155,157); }

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

background-color css

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

 a { background-color: rgb(12,155,157); }

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

border-color css

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

 span { border-color: rgb(12,155,157); }

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