Html Css Color HEX #0CB69D Persian Green

📋 copy color: '#0CB69D'

red 12 ◦ green 182 ◦ blue 157

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

Shades of Persian Green #0CB69D

Tints of Persian Green #0CB69D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.85%

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

R = 3.42%
G = 51.85%
B = 44.73%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#0CB69D (or 0x0CB69D) is known color: Persian Green. HEX triplet: 0C, B6 and 9D. RGB value is (12,182,157). Sum of RGB (Red+Green+Blue) = 12+182+157=351 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.42% from 351); Green value is 182 (71.48% from 255 or 51.85% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB69D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CB69D is #F34962. Grayscale: #808080. Windows color (decimal): -15944035 or 10335756. OLE color: 10335756.

HSL color Cylindrical-coordinate representation of color #0CB69D: hue angle of 171.18º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB69D is Cyan = 0.93, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 12 182 157 -
CMYK 0.93 0 0.14 0.29
HSL 171.18º 0.88% 0.38% -
HSV(B) 171.18º 0.93% 0.71% -
XYZ 22.97 35.97 37.63 -
YUV 128.32 144.18 45.03 -
System Red Green Blue C M Y K H S L
Decimal 12 182 157 0.93 0 0.14 0.29 171.18 0.88 0.38
Hex C B6 9D 5D 0 E 1D AB 58 26
Octal 14 266 235 135 0 16 35 253 130 46
Binary 1100 10110110 10011101 1011101 0 1110 11101 10101011 1011000 100110

Color Harmonies of #0CB69D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CB69D

Black with #0CB69D

Text Example


Text Example

White with #0CB69D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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