Html Css Color HEX #69CCB9 Downy

📋 copy color: '#69CCB9'

red 105 ◦ green 204 ◦ blue 185

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

Shades of Downy #69CCB9

Tints of Downy #69CCB9

RGB

 RED value IS 105 (41.41% from 255) = 21.26%

 GREEN value IS 204 (80.08% from 255) = 41.3%

 BLUE value IS 185 (72.66% from 255) = 37.45%

R = 21.26%
G = 41.3%
B = 37.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#69CCB9 (or 0x69CCB9) is known color: Downy. HEX triplet: 69, CC and B9. RGB value is (105,204,185). Sum of RGB (Red+Green+Blue) = 105+204+185=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 204 (80.08% from 255 or 41.30% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 204 - color contains mainly: green. Hex color #69CCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CCB9 is #963346. Grayscale: #ACACAC. Windows color (decimal): -9843527 or 12176489. OLE color: 12176489.

HSL color Cylindrical-coordinate representation of color #69CCB9: hue angle of 168.48º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CCB9 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 204 185 -
CMYK 0.49 0 0.09 0.2
HSL 168.48º 0.49% 0.61% -
HSV(B) 168.48º 0.49% 0.8% -
XYZ 36.18 49.69 53.58 -
YUV 172.23 135.2 80.04 -
System Red Green Blue C M Y K H S L
Decimal 105 204 185 0.49 0 0.09 0.2 168.48 0.49 0.61
Hex 69 CC B9 31 0 9 14 A8 31 3D
Octal 151 314 271 61 0 11 24 250 61 75
Binary 1101001 11001100 10111001 110001 0 1001 10100 10101000 110001 111101

Color Harmonies of #69CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69CCB9

Black with #69CCB9

Text Example


Text Example

White with #69CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69CCB9; }

 p { color: rgb(105,204,185); }

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

background-color css

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

 a { background-color: rgb(105,204,185); }

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

border-color css

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

 span { border-color: rgb(105,204,185); }

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