Html Css Color HEX #7BC9C2 Downy

📋 copy color: '#7BC9C2'

red 123 ◦ green 201 ◦ blue 194

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

Shades of Downy #7BC9C2

Tints of Downy #7BC9C2

RGB

 RED value IS 123 (48.44% from 255) = 23.75%

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 23.75%
G = 38.8%
B = 37.45%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.21

RGB Variations

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

Color information

#7BC9C2 (or 0x7BC9C2) is known color: Downy. HEX triplet: 7B, C9 and C2. RGB value is (123,201,194). Sum of RGB (Red+Green+Blue) = 123+201+194=518 (68% of max value = 765). Red value is 123 (48.44% from 255 or 23.75% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 201 - color contains mainly: green. Hex color #7BC9C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BC9C2 is #84363D. Grayscale: #B0B0B0. Windows color (decimal): -8664638 or 12765563. OLE color: 12765563.

HSL color Cylindrical-coordinate representation of color #7BC9C2: hue angle of 174.62º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BC9C2 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB 123 201 194 -
CMYK 0.39 0 0.03 0.21
HSL 174.62º 0.42% 0.64% -
HSV(B) 174.62º 0.39% 0.79% -
XYZ 38.79 49.88 58.62 -
YUV 176.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 123 201 194 0.39 0 0.03 0.21 174.62 0.42 0.64
Hex 7B C9 C2 27 0 3 15 AF 2A 40
Octal 173 311 302 47 0 3 25 257 52 100
Binary 1111011 11001001 11000010 100111 0 11 10101 10101111 101010 1000000

Color Harmonies of #7BC9C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BC9C2

Black with #7BC9C2

Text Example


Text Example

White with #7BC9C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BC9C2; }

 p { color: rgb(123,201,194); }

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

background-color css

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

 a { background-color: rgb(123,201,194); }

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

border-color css

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

 span { border-color: rgb(123,201,194); }

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