Html Css Color HEX #69EBB9 Downy

📋 copy color: '#69EBB9'

red 105 ◦ green 235 ◦ blue 185

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

Shades of Downy #69EBB9

Tints of Downy #69EBB9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.76%

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

R = 20%
G = 44.76%
B = 35.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#69EBB9 (or 0x69EBB9) is known color: Downy. HEX triplet: 69, EB and B9. RGB value is (105,235,185). Sum of RGB (Red+Green+Blue) = 105+235+185=525 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20% from 525); Green value is 235 (92.19% from 255 or 44.76% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 235 - color contains mainly: green. Hex color #69EBB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EBB9 is #961446. Grayscale: #BEBEBE. Windows color (decimal): -9835591 or 12184425. OLE color: 12184425.

HSL color Cylindrical-coordinate representation of color #69EBB9: hue angle of 156.92º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #69EBB9 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 235 185 -
CMYK 0.55 0 0.21 0.08
HSL 156.92º 0.76% 0.67% -
HSV(B) 156.92º 0.55% 0.92% -
XYZ 44.29 65.92 56.29 -
YUV 190.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 105 235 185 0.55 0 0.21 0.08 156.92 0.76 0.67
Hex 69 EB B9 37 0 15 8 9D 4C 43
Octal 151 353 271 67 0 25 10 235 114 103
Binary 1101001 11101011 10111001 110111 0 10101 1000 10011101 1001100 1000011

Color Harmonies of #69EBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69EBB9

Black with #69EBB9

Text Example


Text Example

White with #69EBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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