Html Css Color HEX #6FEEBA Downy

📋 copy color: '#6FEEBA'

red 111 ◦ green 238 ◦ blue 186

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

Shades of Downy #6FEEBA

Tints of Downy #6FEEBA

RGB

 RED value IS 111 (43.75% from 255) = 20.75%

 GREEN value IS 238 (93.36% from 255) = 44.49%

 BLUE value IS 186 (73.05% from 255) = 34.77%

R = 20.75%
G = 44.49%
B = 34.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#6FEEBA (or 0x6FEEBA) is known color: Downy. HEX triplet: 6F, EE and BA. RGB value is (111,238,186). Sum of RGB (Red+Green+Blue) = 111+238+186=535 (70% of max value = 765). Red value is 111 (43.75% from 255 or 20.75% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 186 (73.05% from 255 or 34.77% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #6FEEBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6FEEBA is #901145. Grayscale: #C2C2C2. Windows color (decimal): -9441606 or 12250735. OLE color: 12250735.

HSL color Cylindrical-coordinate representation of color #6FEEBA: hue angle of 155.43º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FEEBA is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 238 186 -
CMYK 0.53 0 0.22 0.07
HSL 155.43º 0.79% 0.68% -
HSV(B) 155.43º 0.53% 0.93% -
XYZ 45.99 68.07 57.17 -
YUV 194.1 123.42 68.73 -
System Red Green Blue C M Y K H S L
Decimal 111 238 186 0.53 0 0.22 0.07 155.43 0.79 0.68
Hex 6F EE BA 35 0 16 7 9B 4F 44
Octal 157 356 272 65 0 26 7 233 117 104
Binary 1101111 11101110 10111010 110101 0 10110 111 10011011 1001111 1000100

Color Harmonies of #6FEEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FEEBA

Black with #6FEEBA

Text Example


Text Example

White with #6FEEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6FEEBA; }

 p { color: rgb(111,238,186); }

 H1.HeaderClassName
 {
   color: #6FEEBA;
 }
 .AnyTagClassName
 {
   color: #6FEEBA;
 }
</style>

background-color css

<style>
 a { background-color: #6FEEBA; }

 a { background-color: rgb(111,238,186); }

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

border-color css

<style>
 span { border-color: #6FEEBA; }

 span { border-color: rgb(111,238,186); }

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