Html Css Color HEX #6FCABB Downy

📋 copy color: '#6FCABB'

red 111 ◦ green 202 ◦ blue 187

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

Shades of Downy #6FCABB

Tints of Downy #6FCABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.4%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 22.2%
G = 40.4%
B = 37.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#6FCABB (or 0x6FCABB) is known color: Downy. HEX triplet: 6F, CA and BB. RGB value is (111,202,187). Sum of RGB (Red+Green+Blue) = 111+202+187=500 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 202 - color contains mainly: green. Hex color #6FCABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FCABB is #903544. Grayscale: #ADADAD. Windows color (decimal): -9450821 or 12307055. OLE color: 12307055.

HSL color Cylindrical-coordinate representation of color #6FCABB: hue angle of 170.11º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCABB is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 202 187 -
CMYK 0.45 0 0.07 0.21
HSL 170.11º 0.46% 0.61% -
HSV(B) 170.11º 0.45% 0.79% -
XYZ 36.65 49.21 54.58 -
YUV 173.08 135.85 83.72 -
System Red Green Blue C M Y K H S L
Decimal 111 202 187 0.45 0 0.07 0.21 170.11 0.46 0.61
Hex 6F CA BB 2D 0 7 15 AA 2E 3D
Octal 157 312 273 55 0 7 25 252 56 75
Binary 1101111 11001010 10111011 101101 0 111 10101 10101010 101110 111101

Color Harmonies of #6FCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCABB

Black with #6FCABB

Text Example


Text Example

White with #6FCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,202,187); }

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

background-color css

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

 a { background-color: rgb(111,202,187); }

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

border-color css

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

 span { border-color: rgb(111,202,187); }

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